pub struct RcvBuf;
Trait Implementations§
impl Copy for RcvBuf
impl Eq for RcvBuf
impl StructuralPartialEq for RcvBuf
Auto Trait Implementations§
impl Freeze for RcvBuf
impl RefUnwindSafe for RcvBuf
impl Send for RcvBuf
impl Sync for RcvBuf
impl Unpin for RcvBuf
impl UnwindSafe for RcvBuf
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