pub struct start(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for start
impl RefUnwindSafe for start
impl Send for start
impl Sync for start
impl Unpin for start
impl UnwindSafe for start
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