pub struct AccountUsageCapability {
pub included: Option<i32>,
pub used: Option<i32>,
}
Fields§
§included: Option<i32>
§used: Option<i32>
Implementations§
Source§impl AccountUsageCapability
impl AccountUsageCapability
pub fn new() -> AccountUsageCapability
Trait Implementations§
Source§impl Clone for AccountUsageCapability
impl Clone for AccountUsageCapability
Source§fn clone(&self) -> AccountUsageCapability
fn clone(&self) -> AccountUsageCapability
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 AccountUsageCapability
impl Debug for AccountUsageCapability
Source§impl<'de> Deserialize<'de> for AccountUsageCapability
impl<'de> Deserialize<'de> for AccountUsageCapability
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 AccountUsageCapability
impl PartialEq for AccountUsageCapability
Source§impl Serialize for AccountUsageCapability
impl Serialize for AccountUsageCapability
impl StructuralPartialEq for AccountUsageCapability
Auto Trait Implementations§
impl Freeze for AccountUsageCapability
impl RefUnwindSafe for AccountUsageCapability
impl Send for AccountUsageCapability
impl Sync for AccountUsageCapability
impl Unpin for AccountUsageCapability
impl UnwindSafe for AccountUsageCapability
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