pub struct WalletTrackerSummaryParams {
pub period: Option<WalletTrackerSummaryPeriod>,
pub wallet: Option<String>,
}Fields§
§period: Option<WalletTrackerSummaryPeriod>§wallet: Option<String>Trait Implementations§
Source§impl Clone for WalletTrackerSummaryParams
impl Clone for WalletTrackerSummaryParams
Source§fn clone(&self) -> WalletTrackerSummaryParams
fn clone(&self) -> WalletTrackerSummaryParams
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 WalletTrackerSummaryParams
impl Debug for WalletTrackerSummaryParams
Source§impl Default for WalletTrackerSummaryParams
impl Default for WalletTrackerSummaryParams
Source§fn default() -> WalletTrackerSummaryParams
fn default() -> WalletTrackerSummaryParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WalletTrackerSummaryParams
impl RefUnwindSafe for WalletTrackerSummaryParams
impl Send for WalletTrackerSummaryParams
impl Sync for WalletTrackerSummaryParams
impl Unpin for WalletTrackerSummaryParams
impl UnsafeUnpin for WalletTrackerSummaryParams
impl UnwindSafe for WalletTrackerSummaryParams
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