pub enum SkipValue {
None,
Automatic,
Manual {
from: Ratio,
to: Ratio,
},
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkipValue
impl RefUnwindSafe for SkipValue
impl Send for SkipValue
impl Sync for SkipValue
impl Unpin for SkipValue
impl UnwindSafe for SkipValue
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