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