pub enum ClientKind {
Cli,
Macos,
Ios,
Ipados,
GatewayDashboard,
}Expand description
Frontend type attached to one authenticated connection.
Variants§
Trait Implementations§
Source§impl Clone for ClientKind
impl Clone for ClientKind
Source§fn clone(&self) -> ClientKind
fn clone(&self) -> ClientKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClientKind
Source§impl Debug for ClientKind
impl Debug for ClientKind
Source§impl<'de> Deserialize<'de> for ClientKind
impl<'de> Deserialize<'de> for ClientKind
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
impl Eq for ClientKind
Source§impl Ord for ClientKind
impl Ord for ClientKind
Source§fn cmp(&self, other: &ClientKind) -> Ordering
fn cmp(&self, other: &ClientKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClientKind
impl PartialEq for ClientKind
Source§impl PartialOrd for ClientKind
impl PartialOrd for ClientKind
Source§impl Serialize for ClientKind
impl Serialize for ClientKind
impl StructuralPartialEq for ClientKind
Auto Trait Implementations§
impl Freeze for ClientKind
impl RefUnwindSafe for ClientKind
impl Send for ClientKind
impl Sync for ClientKind
impl Unpin for ClientKind
impl UnsafeUnpin for ClientKind
impl UnwindSafe for ClientKind
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