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