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