pub struct GetUsageParams {
pub period: Option<String>,
}Expand description
Query and header parameters for getUsage.
Fields§
§period: Option<String>Billing period in YYYY-MM format. Defaults to current month.
Trait Implementations§
Source§impl Clone for GetUsageParams
impl Clone for GetUsageParams
Source§fn clone(&self) -> GetUsageParams
fn clone(&self) -> GetUsageParams
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 GetUsageParams
impl Debug for GetUsageParams
Source§impl Default for GetUsageParams
impl Default for GetUsageParams
Source§fn default() -> GetUsageParams
fn default() -> GetUsageParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetUsageParams
impl<'de> Deserialize<'de> for GetUsageParams
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
Source§impl PartialEq for GetUsageParams
impl PartialEq for GetUsageParams
Source§impl Serialize for GetUsageParams
impl Serialize for GetUsageParams
impl StructuralPartialEq for GetUsageParams
Auto Trait Implementations§
impl Freeze for GetUsageParams
impl RefUnwindSafe for GetUsageParams
impl Send for GetUsageParams
impl Sync for GetUsageParams
impl Unpin for GetUsageParams
impl UnsafeUnpin for GetUsageParams
impl UnwindSafe for GetUsageParams
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