pub struct KnowledgeCapacityData {
pub used: Option<KnowledgeUsageCounts>,
pub total: Option<KnowledgeUsageCounts>,
}Expand description
Capacity data payload
Fields§
§used: Option<KnowledgeUsageCounts>Used usage
total: Option<KnowledgeUsageCounts>Total quota
Trait Implementations§
Source§impl Clone for KnowledgeCapacityData
impl Clone for KnowledgeCapacityData
Source§fn clone(&self) -> KnowledgeCapacityData
fn clone(&self) -> KnowledgeCapacityData
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 KnowledgeCapacityData
impl Debug for KnowledgeCapacityData
Source§impl<'de> Deserialize<'de> for KnowledgeCapacityData
impl<'de> Deserialize<'de> for KnowledgeCapacityData
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 Serialize for KnowledgeCapacityData
impl Serialize for KnowledgeCapacityData
Source§impl Validate for KnowledgeCapacityData
impl Validate for KnowledgeCapacityData
Source§impl<'v_a> ValidateArgs<'v_a> for KnowledgeCapacityData
impl<'v_a> ValidateArgs<'v_a> for KnowledgeCapacityData
Auto Trait Implementations§
impl Freeze for KnowledgeCapacityData
impl RefUnwindSafe for KnowledgeCapacityData
impl Send for KnowledgeCapacityData
impl Sync for KnowledgeCapacityData
impl Unpin for KnowledgeCapacityData
impl UnwindSafe for KnowledgeCapacityData
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