Struct tokio::util::markers::SyncNotSend
source · pub(crate) struct SyncNotSend(*mut ());
Expand description
Marker for types that are Sync
but not Send
Tuple Fields§
§0: *mut ()
Trait Implementations§
impl Sync for SyncNotSend
Auto Trait Implementations§
impl Freeze for SyncNotSend
impl RefUnwindSafe for SyncNotSend
impl !Send for SyncNotSend
impl Unpin for SyncNotSend
impl UnwindSafe for SyncNotSend
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