pub struct QuotaUsedSizeAssets {
pub artifacts: Option<i64>,
pub attachments: Option<QuotaUsedSizeAssetsAttachments>,
pub packages: Option<QuotaUsedSizeAssetsPackages>,
}Expand description
QuotaUsedSizeAssets represents the size-based asset usage of a user
Fields§
§artifacts: Option<i64>Storage size used for the user’s artifacts
attachments: Option<QuotaUsedSizeAssetsAttachments>§packages: Option<QuotaUsedSizeAssetsPackages>Trait Implementations§
Source§impl Clone for QuotaUsedSizeAssets
impl Clone for QuotaUsedSizeAssets
Source§fn clone(&self) -> QuotaUsedSizeAssets
fn clone(&self) -> QuotaUsedSizeAssets
Returns a copy 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 QuotaUsedSizeAssets
impl Debug for QuotaUsedSizeAssets
Source§impl<'de> Deserialize<'de> for QuotaUsedSizeAssets
impl<'de> Deserialize<'de> for QuotaUsedSizeAssets
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 QuotaUsedSizeAssets
impl PartialEq for QuotaUsedSizeAssets
Source§impl Serialize for QuotaUsedSizeAssets
impl Serialize for QuotaUsedSizeAssets
impl StructuralPartialEq for QuotaUsedSizeAssets
Auto Trait Implementations§
impl Freeze for QuotaUsedSizeAssets
impl RefUnwindSafe for QuotaUsedSizeAssets
impl Send for QuotaUsedSizeAssets
impl Sync for QuotaUsedSizeAssets
impl Unpin for QuotaUsedSizeAssets
impl UnwindSafe for QuotaUsedSizeAssets
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