Struct WalletDetailViewPosition
#[repr(transparent)]pub struct WalletDetailViewPosition(pub i32);Tuple Fields§
§0: i32Implementations§
§impl WalletDetailViewPosition
impl WalletDetailViewPosition
pub const Hidden: Self
pub const HeaderField1: Self
pub const HeaderField2: Self
pub const PrimaryField1: Self
pub const PrimaryField2: Self
pub const SecondaryField1: Self
pub const SecondaryField2: Self
pub const SecondaryField3: Self
pub const SecondaryField4: Self
pub const SecondaryField5: Self
pub const CenterField1: Self
Trait Implementations§
§impl Clone for WalletDetailViewPosition
impl Clone for WalletDetailViewPosition
§fn clone(&self) -> WalletDetailViewPosition
fn clone(&self) -> WalletDetailViewPosition
Returns a duplicate 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 WalletDetailViewPosition
impl Debug for WalletDetailViewPosition
§impl Default for WalletDetailViewPosition
impl Default for WalletDetailViewPosition
§fn default() -> WalletDetailViewPosition
fn default() -> WalletDetailViewPosition
Returns the “default value” for a type. Read more
§impl PartialEq for WalletDetailViewPosition
impl PartialEq for WalletDetailViewPosition
impl Copy for WalletDetailViewPosition
impl Eq for WalletDetailViewPosition
impl StructuralPartialEq for WalletDetailViewPosition
Auto Trait Implementations§
impl Freeze for WalletDetailViewPosition
impl RefUnwindSafe for WalletDetailViewPosition
impl Send for WalletDetailViewPosition
impl Sync for WalletDetailViewPosition
impl Unpin for WalletDetailViewPosition
impl UnwindSafe for WalletDetailViewPosition
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