pub enum StepSize {
UseDefault,
Step(f64),
}
Variants§
Trait Implementations§
impl Copy for StepSize
impl StructuralPartialEq for StepSize
Auto Trait Implementations§
impl Freeze for StepSize
impl RefUnwindSafe for StepSize
impl Send for StepSize
impl Sync for StepSize
impl Unpin for StepSize
impl UnwindSafe for StepSize
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