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