pub enum ConnectState {
Online,
PushOnline,
Offline,
}
Variants§
Trait Implementations§
Source§impl Debug for ConnectState
impl Debug for ConnectState
Source§impl<'de> Deserialize<'de> for ConnectState
impl<'de> Deserialize<'de> for ConnectState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ConnectState
impl PartialEq for ConnectState
Source§impl Serialize for ConnectState
impl Serialize for ConnectState
impl StructuralPartialEq for ConnectState
Auto Trait Implementations§
impl Freeze for ConnectState
impl RefUnwindSafe for ConnectState
impl Send for ConnectState
impl Sync for ConnectState
impl Unpin for ConnectState
impl UnwindSafe for ConnectState
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