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