Struct WebAccountState
#[repr(transparent)]pub struct WebAccountState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl WebAccountState
impl WebAccountState
Trait Implementations§
§impl Clone for WebAccountState
impl Clone for WebAccountState
§fn clone(&self) -> WebAccountState
fn clone(&self) -> WebAccountState
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 WebAccountState
impl Debug for WebAccountState
§impl Default for WebAccountState
impl Default for WebAccountState
§fn default() -> WebAccountState
fn default() -> WebAccountState
Returns the “default value” for a type. Read more
§impl PartialEq for WebAccountState
impl PartialEq for WebAccountState
impl Copy for WebAccountState
impl Eq for WebAccountState
impl StructuralPartialEq for WebAccountState
Auto Trait Implementations§
impl Freeze for WebAccountState
impl RefUnwindSafe for WebAccountState
impl Send for WebAccountState
impl Sync for WebAccountState
impl Unpin for WebAccountState
impl UnwindSafe for WebAccountState
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