pub enum AuthenticateResponseKind {
Absent,
Authenticated,
}Variants§
Trait Implementations§
Source§impl Clone for AuthenticateResponseKind
impl Clone for AuthenticateResponseKind
Source§fn clone(&self) -> AuthenticateResponseKind
fn clone(&self) -> AuthenticateResponseKind
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 moreSource§impl Debug for AuthenticateResponseKind
impl Debug for AuthenticateResponseKind
Source§impl<'de> Deserialize<'de> for AuthenticateResponseKind
impl<'de> Deserialize<'de> for AuthenticateResponseKind
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 AuthenticateResponseKind
impl PartialEq for AuthenticateResponseKind
Source§impl Serialize for AuthenticateResponseKind
impl Serialize for AuthenticateResponseKind
impl StructuralPartialEq for AuthenticateResponseKind
Auto Trait Implementations§
impl Freeze for AuthenticateResponseKind
impl RefUnwindSafe for AuthenticateResponseKind
impl Send for AuthenticateResponseKind
impl Sync for AuthenticateResponseKind
impl Unpin for AuthenticateResponseKind
impl UnsafeUnpin for AuthenticateResponseKind
impl UnwindSafe for AuthenticateResponseKind
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