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