pub enum ConnectionStateValue {
ConnectSent,
Connected,
Disconnected,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for ConnectionStateValue
impl Clone for ConnectionStateValue
Source§fn clone(&self) -> ConnectionStateValue
fn clone(&self) -> ConnectionStateValue
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 ConnectionStateValue
impl Debug for ConnectionStateValue
Source§impl PartialEq for ConnectionStateValue
impl PartialEq for ConnectionStateValue
impl Copy for ConnectionStateValue
impl Eq for ConnectionStateValue
impl StructuralPartialEq for ConnectionStateValue
Auto Trait Implementations§
impl Freeze for ConnectionStateValue
impl RefUnwindSafe for ConnectionStateValue
impl Send for ConnectionStateValue
impl Sync for ConnectionStateValue
impl Unpin for ConnectionStateValue
impl UnwindSafe for ConnectionStateValue
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