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