pub struct AuthSelectorProvider {
pub id: String,
pub name: String,
pub auth_type: AuthType,
}Expand description
A provider option shown in the selector (matching pi’s AuthSelectorProvider).
Fields§
§id: String§name: String§auth_type: AuthTypeTrait Implementations§
Source§impl Clone for AuthSelectorProvider
impl Clone for AuthSelectorProvider
Source§fn clone(&self) -> AuthSelectorProvider
fn clone(&self) -> AuthSelectorProvider
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 moreAuto Trait Implementations§
impl Freeze for AuthSelectorProvider
impl RefUnwindSafe for AuthSelectorProvider
impl Send for AuthSelectorProvider
impl Sync for AuthSelectorProvider
impl Unpin for AuthSelectorProvider
impl UnsafeUnpin for AuthSelectorProvider
impl UnwindSafe for AuthSelectorProvider
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