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