pub struct WalletBalance {
pub number: Double,
}Fields§
§number: DoubleTrait Implementations§
Source§impl Clone for WalletBalance
impl Clone for WalletBalance
Source§fn clone(&self) -> WalletBalance
fn clone(&self) -> WalletBalance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WalletBalance
impl Debug for WalletBalance
Source§impl From<f64> for WalletBalance
impl From<f64> for WalletBalance
Source§impl PartialEq for WalletBalance
impl PartialEq for WalletBalance
Source§fn eq(&self, other: &WalletBalance) -> bool
fn eq(&self, other: &WalletBalance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WalletBalance
Auto Trait Implementations§
impl Freeze for WalletBalance
impl RefUnwindSafe for WalletBalance
impl Send for WalletBalance
impl Sync for WalletBalance
impl Unpin for WalletBalance
impl UnsafeUnpin for WalletBalance
impl UnwindSafe for WalletBalance
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