Struct gitlab::types::ProjectStatistics [−][src]
pub struct ProjectStatistics {
pub commit_count: u64,
pub storage_size: u64,
pub repository_size: u64,
pub lfs_objects_size: u64,
pub job_artifacts_size: u64,
}
Expand description
Statistics about a project.
Fields
commit_count: u64
The number of commits in the repository.
storage_size: u64
The size, in bytes, of the total storage required for the project.
repository_size: u64
The size, in bytes, of the repository.
lfs_objects_size: u64
The size, in bytes, of uploaded LFS files.
job_artifacts_size: u64
The size, in bytes, of uploaded job artifacts.
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 ProjectStatistics
impl Send for ProjectStatistics
impl Sync for ProjectStatistics
impl Unpin for ProjectStatistics
impl UnwindSafe for ProjectStatistics
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