pub struct BetaAuthenticationError {
pub message: String,
pub type_: BetaAuthenticationErrorType,
}Fields§
§message: String§type_: BetaAuthenticationErrorTypeTrait Implementations§
Source§impl Clone for BetaAuthenticationError
impl Clone for BetaAuthenticationError
Source§fn clone(&self) -> BetaAuthenticationError
fn clone(&self) -> BetaAuthenticationError
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 BetaAuthenticationError
impl Debug for BetaAuthenticationError
Source§impl<'de> Deserialize<'de> for BetaAuthenticationError
impl<'de> Deserialize<'de> for BetaAuthenticationError
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 BetaAuthenticationError
impl PartialEq for BetaAuthenticationError
Source§impl Serialize for BetaAuthenticationError
impl Serialize for BetaAuthenticationError
impl Eq for BetaAuthenticationError
impl StructuralPartialEq for BetaAuthenticationError
Auto Trait Implementations§
impl Freeze for BetaAuthenticationError
impl RefUnwindSafe for BetaAuthenticationError
impl Send for BetaAuthenticationError
impl Sync for BetaAuthenticationError
impl Unpin for BetaAuthenticationError
impl UnsafeUnpin for BetaAuthenticationError
impl UnwindSafe for BetaAuthenticationError
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