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