Struct gitlab::types::GroupStatistics [−][src]
pub struct GroupStatistics {
pub storage_size: u64,
pub repository_size: u64,
pub lfs_objects_size: u64,
pub job_artifacts_size: u64,
}
Expand description
Statistics about a group.
Fields
storage_size: u64
The size, in bytes, of the total storage required for the group.
repository_size: u64
The size, in bytes, of all repositories in the group.
lfs_objects_size: u64
The size, in bytes, of uploaded LFS files in the group.
job_artifacts_size: u64
The size, in bytes, of uploaded job artifacts in the group.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for GroupStatistics
impl Send for GroupStatistics
impl Sync for GroupStatistics
impl Unpin for GroupStatistics
impl UnwindSafe for GroupStatistics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more