struct RecvGuard<'a, T> {
slot: MutexGuard<'a, Slot<T>>,
}
Fields§
§slot: MutexGuard<'a, Slot<T>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for RecvGuard<'a, T>
impl<'a, T> RefUnwindSafe for RecvGuard<'a, T>
impl<'a, T> !Send for RecvGuard<'a, T>
impl<'a, T> Sync for RecvGuard<'a, T>where
T: Sync,
impl<'a, T> Unpin for RecvGuard<'a, T>
impl<'a, T> UnwindSafe for RecvGuard<'a, T>
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