[][src]Struct isilon::models::QuotaQuotasSummarySummary

pub struct QuotaQuotasSummarySummary {
    pub count: i32,
    pub default_group_quotas_count: i32,
    pub default_user_quotas_count: i32,
    pub directory_quotas_count: i32,
    pub group_quotas_count: i32,
    pub linked_quotas_count: i32,
    pub user_quotas_count: i32,
}

Fields

count: i32

Total number of quotas.

default_group_quotas_count: i32

Total number of default-group quotas.

default_user_quotas_count: i32

Total number of default-user quotas.

directory_quotas_count: i32

Total number of directory quotas.

group_quotas_count: i32

Total number of -group quotas.

linked_quotas_count: i32

Total number of user and group totals that are linked.

user_quotas_count: i32

Total number of user quotas.

Trait Implementations

impl Debug for QuotaQuotasSummarySummary[src]

impl Serialize for QuotaQuotasSummarySummary[src]

impl<'de> Deserialize<'de> for QuotaQuotasSummarySummary[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T