pub struct Step1 { /* private fields */ }Expand description
State after step 1.
Auto Trait Implementations§
impl Freeze for Step1
impl RefUnwindSafe for Step1
impl Send for Step1
impl Sync for Step1
impl Unpin for Step1
impl UnsafeUnpin for Step1
impl UnwindSafe for Step1
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