pub struct NotReady;
Expand description
Socket is not ready to send or receive data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotReady
impl RefUnwindSafe for NotReady
impl Send for NotReady
impl Sync for NotReady
impl Unpin for NotReady
impl UnwindSafe for NotReady
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