#[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 = Self(0i32)
pub const GetTokenSilently: Self = Self(1i32)
pub const AddAccount: Self = Self(2i32)
pub const ManageAccount: Self = Self(3i32)
pub const DeleteAccount: Self = Self(4i32)
pub const RetrieveCookies: Self = Self(5i32)
pub const SignOutAccount: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more