pub struct GetMeResponseOperationsItem {
pub limit: Option<f64>,
pub name: Option<String>,
pub overage: Option<f64>,
pub usage: Option<f64>,
}
Fields§
§limit: Option<f64>
The operation’s limit value.
name: Option<String>
The operation’s name.
overage: Option<f64>
The operation’s overage value.
usage: Option<f64>
The operation’s current usage value.
Trait Implementations§
Source§impl Clone for GetMeResponseOperationsItem
impl Clone for GetMeResponseOperationsItem
Source§fn clone(&self) -> GetMeResponseOperationsItem
fn clone(&self) -> GetMeResponseOperationsItem
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 GetMeResponseOperationsItem
impl Debug for GetMeResponseOperationsItem
Source§impl<'de> Deserialize<'de> for GetMeResponseOperationsItem
impl<'de> Deserialize<'de> for GetMeResponseOperationsItem
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 StructuralPartialEq for GetMeResponseOperationsItem
Auto Trait Implementations§
impl Freeze for GetMeResponseOperationsItem
impl RefUnwindSafe for GetMeResponseOperationsItem
impl Send for GetMeResponseOperationsItem
impl Sync for GetMeResponseOperationsItem
impl Unpin for GetMeResponseOperationsItem
impl UnwindSafe for GetMeResponseOperationsItem
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