#[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 = Self(0u32)
pub const SilentMode: Self = Self(1u32)
pub const UseTitle: Self = Self(2u32)
pub const UseHttpPost: Self = Self(4u32)
pub const UseCorporateNetwork: Self = Self(8u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more