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 GuardNoSend
impl Unpin for GuardNoSend