pub struct RecvQueue { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecvQueue
impl RefUnwindSafe for RecvQueue
impl Send for RecvQueue
impl Sync for RecvQueue
impl Unpin for RecvQueue
impl UnwindSafe for RecvQueue
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