#[repr(transparent)]pub struct CredentialPromptType(pub i32);
Expand description
Required features: ‘Security_Authentication_OnlineId’
Tuple Fields
0: i32
Implementations
impl CredentialPromptType
impl CredentialPromptType
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more