pub enum StepDepth {
Into,
Over,
Out,
}Expand description
Step depth selector for set_step.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepDepth
impl RefUnwindSafe for StepDepth
impl Send for StepDepth
impl Sync for StepDepth
impl Unpin for StepDepth
impl UnsafeUnpin for StepDepth
impl UnwindSafe for StepDepth
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