pub struct Connecting;Expand description
Connecting state - TCP connection in progress.
Trait Implementations§
Source§impl Clone for Connecting
impl Clone for Connecting
Source§fn clone(&self) -> Connecting
fn clone(&self) -> Connecting
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 Connecting
impl Debug for Connecting
impl Copy for Connecting
impl SessionState for Connecting
Auto Trait Implementations§
impl Freeze for Connecting
impl RefUnwindSafe for Connecting
impl Send for Connecting
impl Sync for Connecting
impl Unpin for Connecting
impl UnwindSafe for Connecting
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