struct RangeCompound {
kind: RangeKind,
first: Option<(&'static str, Number)>,
second: Option<(&'static str, Number)>,
fallback: bool,
}Fields§
§kind: RangeKind§first: Option<(&'static str, Number)>§second: Option<(&'static str, Number)>§fallback: boolImplementations§
Auto Trait Implementations§
impl Freeze for RangeCompound
impl RefUnwindSafe for RangeCompound
impl Send for RangeCompound
impl Sync for RangeCompound
impl Unpin for RangeCompound
impl UnsafeUnpin for RangeCompound
impl UnwindSafe for RangeCompound
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more