pub enum RangeMode {
Normal,
ToZero,
NonNegative,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeMode
impl RefUnwindSafe for RangeMode
impl Send for RangeMode
impl Sync for RangeMode
impl Unpin for RangeMode
impl UnwindSafe for RangeMode
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