pub struct RecvGuard<'a, M: Flat + ?Sized, B: AsyncReadBuffer + 'a> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, M, B> Freeze for RecvGuard<'a, M, B>where
M: ?Sized,
impl<'a, M, B> RefUnwindSafe for RecvGuard<'a, M, B>
impl<'a, M, B> Send for RecvGuard<'a, M, B>
impl<'a, M, B> Sync for RecvGuard<'a, M, B>
impl<'a, M, B> Unpin for RecvGuard<'a, M, B>
impl<'a, M, B> !UnwindSafe for RecvGuard<'a, M, B>
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