pub struct GetUsageMetricsParams {
pub start_month: String,
pub end_month: String,
}
Expand description
struct for passing parameters to the method get_usage_metrics
Fields§
§start_month: String
§end_month: String
Trait Implementations§
Source§impl Clone for GetUsageMetricsParams
impl Clone for GetUsageMetricsParams
Source§fn clone(&self) -> GetUsageMetricsParams
fn clone(&self) -> GetUsageMetricsParams
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 moreSource§impl Debug for GetUsageMetricsParams
impl Debug for GetUsageMetricsParams
Source§impl Default for GetUsageMetricsParams
impl Default for GetUsageMetricsParams
Source§fn default() -> GetUsageMetricsParams
fn default() -> GetUsageMetricsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetUsageMetricsParams
impl RefUnwindSafe for GetUsageMetricsParams
impl Send for GetUsageMetricsParams
impl Sync for GetUsageMetricsParams
impl Unpin for GetUsageMetricsParams
impl UnwindSafe for GetUsageMetricsParams
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