pub struct GitLimits {
pub inflated_object_bytes: u64,
pub compressed_stream_bytes: u64,
pub aggregate_compressed_bytes: u64,
pub pack_directory_entries: u64,
pub pack_files: u64,
pub pack_index_bytes: u64,
pub aggregate_pack_index_bytes: u64,
pub delta_depth: u64,
pub index_bytes: u64,
pub tree_entries_per_snapshot: u64,
pub raw_path_bytes: u64,
}Fields§
§inflated_object_bytes: u64§compressed_stream_bytes: u64§aggregate_compressed_bytes: u64§pack_directory_entries: u64§pack_files: u64§pack_index_bytes: u64§aggregate_pack_index_bytes: u64§delta_depth: u64§index_bytes: u64§tree_entries_per_snapshot: u64§raw_path_bytes: u64Implementations§
Trait Implementations§
impl Copy for GitLimits
impl Eq for GitLimits
impl StructuralPartialEq for GitLimits
Auto Trait Implementations§
impl Freeze for GitLimits
impl RefUnwindSafe for GitLimits
impl Send for GitLimits
impl Sync for GitLimits
impl Unpin for GitLimits
impl UnsafeUnpin for GitLimits
impl UnwindSafe for GitLimits
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