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