pub struct PaymentStatsOptions {
pub period: Option<String>,
}Expand description
Filters accepted by aggregate payment statistics.
Fields§
§period: Option<String>Trait Implementations§
Source§impl Clone for PaymentStatsOptions
impl Clone for PaymentStatsOptions
Source§fn clone(&self) -> PaymentStatsOptions
fn clone(&self) -> PaymentStatsOptions
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 PaymentStatsOptions
impl Debug for PaymentStatsOptions
Source§impl Default for PaymentStatsOptions
impl Default for PaymentStatsOptions
Source§fn default() -> PaymentStatsOptions
fn default() -> PaymentStatsOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentStatsOptions
impl<'de> Deserialize<'de> for PaymentStatsOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PaymentStatsOptions
Source§impl PartialEq for PaymentStatsOptions
impl PartialEq for PaymentStatsOptions
Source§impl Serialize for PaymentStatsOptions
impl Serialize for PaymentStatsOptions
impl StructuralPartialEq for PaymentStatsOptions
Auto Trait Implementations§
impl Freeze for PaymentStatsOptions
impl RefUnwindSafe for PaymentStatsOptions
impl Send for PaymentStatsOptions
impl Sync for PaymentStatsOptions
impl Unpin for PaymentStatsOptions
impl UnsafeUnpin for PaymentStatsOptions
impl UnwindSafe for PaymentStatsOptions
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