#[repr(transparent)]pub struct WebAccountSelectionOptions(pub u32);
Expand description
Required features: "Security_Authentication_Web_Provider"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for WebAccountSelectionOptions
impl Clone for WebAccountSelectionOptions
impl Copy for WebAccountSelectionOptions
Auto Trait Implementations
impl RefUnwindSafe for WebAccountSelectionOptions
impl Send for WebAccountSelectionOptions
impl Sync for WebAccountSelectionOptions
impl Unpin for WebAccountSelectionOptions
impl UnwindSafe for WebAccountSelectionOptions
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