pub struct HasStep { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HasStep
impl RefUnwindSafe for HasStep
impl Send for HasStep
impl Sync for HasStep
impl Unpin for HasStep
impl UnwindSafe for HasStep
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