pub struct Disconnecting;Expand description
UNLINK sent, awaiting confirmation or timeout.
Trait Implementations§
Source§impl Clone for Disconnecting
impl Clone for Disconnecting
Source§fn clone(&self) -> Disconnecting
fn clone(&self) -> Disconnecting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Disconnecting
impl Debug for Disconnecting
impl ClientState for Disconnecting
impl Copy for Disconnecting
Auto Trait Implementations§
impl Freeze for Disconnecting
impl RefUnwindSafe for Disconnecting
impl Send for Disconnecting
impl Sync for Disconnecting
impl Unpin for Disconnecting
impl UnwindSafe for Disconnecting
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