pub struct PhantomNotSend { /* private fields */ }Expand description
Types with PhantomNotSend won’t automatically implement Send
Trait Implementations§
source§impl Debug for PhantomNotSend
impl Debug for PhantomNotSend
impl Sync for PhantomNotSend
Auto Trait Implementations§
impl Freeze for PhantomNotSend
impl RefUnwindSafe for PhantomNotSend
impl !Send for PhantomNotSend
impl Unpin for PhantomNotSend
impl UnwindSafe for PhantomNotSend
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