#[repr(transparent)]pub struct CredentialPromptType(pub i32);
Expand description
Required features: "Security_Authentication_OnlineId"
Tuple Fields
0: i32
Implementations
impl CredentialPromptType
impl CredentialPromptType
pub const PromptIfNeeded: Self = Self(0i32)
pub const RetypeCredentials: Self = Self(1i32)
pub const DoNotPrompt: Self = Self(2i32)
Trait Implementations
impl Clone for CredentialPromptType
impl Clone for CredentialPromptType
impl Copy for CredentialPromptType
Auto Trait Implementations
impl RefUnwindSafe for CredentialPromptType
impl Send for CredentialPromptType
impl Sync for CredentialPromptType
impl Unpin for CredentialPromptType
impl UnwindSafe for CredentialPromptType
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