Enum git_odb::data::output::entry::iter_from_counts::Mode [−][src]
pub enum Mode {
PackCopyAndBaseObjects,
}
Expand description
The way the iterator operates.
Variants
Copy base objects and deltas from packs, while non-packed objects will be treated as base objects (i.e. without trying to delta compress them). This is a fast way of obtaining a back while benefitting from existing pack compression and spending the smallest possible time on compressing unpacked objects at the cost of bandwidth.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Mode
impl UnwindSafe for Mode
Blanket Implementations
Mutably borrows from an owned value. Read more