#[repr(transparent)]pub struct WebAuthenticationOptions(pub u32);
Expand description
Required features: ‘Security_Authentication_Web’
Tuple Fields
0: u32
Implementations
impl WebAuthenticationOptions
impl WebAuthenticationOptions
pub const None: Self
pub const SilentMode: Self
pub const UseTitle: Self
pub const UseHttpPost: Self
pub const UseCorporateNetwork: Self
Trait Implementations
impl Clone for WebAuthenticationOptions
impl Clone for WebAuthenticationOptions
impl Copy for WebAuthenticationOptions
Auto Trait Implementations
impl RefUnwindSafe for WebAuthenticationOptions
impl Send for WebAuthenticationOptions
impl Sync for WebAuthenticationOptions
impl Unpin for WebAuthenticationOptions
impl UnwindSafe for WebAuthenticationOptions
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