Struct lock_api::GuardNoSend [−][src]
pub struct GuardNoSend(_);
Marker type which indicates that the Guard type for a lock is not Send.
pub struct GuardNoSend(_);
Marker type which indicates that the Guard type for a lock is not Send.
impl Sync for GuardNoSend[src]impl !Send for GuardNoSendimpl Unpin for GuardNoSend