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