Struct tokio::util::markers::NotSendOrSync
source · pub(crate) struct NotSendOrSync(*mut ());
Tuple Fields§
§0: *mut ()
Auto Trait Implementations§
impl Freeze for NotSendOrSync
impl RefUnwindSafe for NotSendOrSync
impl !Send for NotSendOrSync
impl !Sync for NotSendOrSync
impl Unpin for NotSendOrSync
impl UnwindSafe for NotSendOrSync
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