#[repr(transparent)]pub struct WebAccountProviderOperationKind(pub i32);
Expand description
Required features: ‘Security_Authentication_Web_Provider’
Tuple Fields
0: i32
Implementations
impl WebAccountProviderOperationKind
impl WebAccountProviderOperationKind
pub const RequestToken: Self
pub const GetTokenSilently: Self
pub const AddAccount: Self
pub const ManageAccount: Self
pub const DeleteAccount: Self
pub const RetrieveCookies: Self
pub const SignOutAccount: Self
Trait Implementations
impl Clone for WebAccountProviderOperationKind
impl Clone for WebAccountProviderOperationKind
impl Copy for WebAccountProviderOperationKind
Auto Trait Implementations
impl RefUnwindSafe for WebAccountProviderOperationKind
impl Send for WebAccountProviderOperationKind
impl Sync for WebAccountProviderOperationKind
impl Unpin for WebAccountProviderOperationKind
impl UnwindSafe for WebAccountProviderOperationKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more