pub struct GetTenantUsageResponse {
pub tenant_id: Option<String>,
pub period: Option<String>,
pub usage: Option<Map<String, Value>>,
}Expand description
GetTenantUsageResponse model.
Fields§
§tenant_id: Option<String>§period: Option<String>§usage: Option<Map<String, Value>>Trait Implementations§
Source§impl Clone for GetTenantUsageResponse
impl Clone for GetTenantUsageResponse
Source§fn clone(&self) -> GetTenantUsageResponse
fn clone(&self) -> GetTenantUsageResponse
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 GetTenantUsageResponse
impl Debug for GetTenantUsageResponse
Source§impl Default for GetTenantUsageResponse
impl Default for GetTenantUsageResponse
Source§fn default() -> GetTenantUsageResponse
fn default() -> GetTenantUsageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTenantUsageResponse
impl<'de> Deserialize<'de> for GetTenantUsageResponse
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 GetTenantUsageResponse
impl PartialEq for GetTenantUsageResponse
Source§impl Serialize for GetTenantUsageResponse
impl Serialize for GetTenantUsageResponse
impl StructuralPartialEq for GetTenantUsageResponse
Auto Trait Implementations§
impl Freeze for GetTenantUsageResponse
impl RefUnwindSafe for GetTenantUsageResponse
impl Send for GetTenantUsageResponse
impl Sync for GetTenantUsageResponse
impl Unpin for GetTenantUsageResponse
impl UnsafeUnpin for GetTenantUsageResponse
impl UnwindSafe for GetTenantUsageResponse
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