pub struct ProviderAuthStatus {
pub configured: bool,
pub source: Option<String>,
pub label: Option<String>,
}Expand description
Status information for a provider (matching pi’s AuthStatus interface).
Fields§
§configured: bool§source: Option<String>§label: Option<String>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