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