pub struct started;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for started
impl RefUnwindSafe for started
impl Send for started
impl Sync for started
impl Unpin for started
impl UnwindSafe for started
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