#[repr(transparent)]pub struct SupportedWebAccountActions(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for SupportedWebAccountActions
impl BitAnd for SupportedWebAccountActions
§impl BitAndAssign for SupportedWebAccountActions
impl BitAndAssign for SupportedWebAccountActions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for SupportedWebAccountActions
impl BitOr for SupportedWebAccountActions
§impl BitOrAssign for SupportedWebAccountActions
impl BitOrAssign for SupportedWebAccountActions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for SupportedWebAccountActions
impl Clone for SupportedWebAccountActions
§fn clone(&self) -> SupportedWebAccountActions
fn clone(&self) -> SupportedWebAccountActions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SupportedWebAccountActions
impl Debug for SupportedWebAccountActions
§impl Default for SupportedWebAccountActions
impl Default for SupportedWebAccountActions
§fn default() -> SupportedWebAccountActions
fn default() -> SupportedWebAccountActions
Returns the “default value” for a type. Read more
§impl Not for SupportedWebAccountActions
impl Not for SupportedWebAccountActions
§impl PartialEq for SupportedWebAccountActions
impl PartialEq for SupportedWebAccountActions
§fn eq(&self, other: &SupportedWebAccountActions) -> bool
fn eq(&self, other: &SupportedWebAccountActions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SupportedWebAccountActions
impl Eq for SupportedWebAccountActions
impl StructuralPartialEq for SupportedWebAccountActions
Auto Trait Implementations§
impl Freeze for SupportedWebAccountActions
impl RefUnwindSafe for SupportedWebAccountActions
impl Send for SupportedWebAccountActions
impl Sync for SupportedWebAccountActions
impl Unpin for SupportedWebAccountActions
impl UnwindSafe for SupportedWebAccountActions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)