pub struct DepCache { /* private fields */ }
Expand description

Internal Struct for managing the pkgDepCache.

Implementations

The number of packages marked for installation.

The number of packages marked for removal.

The number of packages marked for keep.

The number of packages with broken dependencies in the cache.

The size of all packages to be downloaded.

The amount of space required for installing/removing the packages,“

i.e. the Installed-Size of all packages marked for installation“ minus the Installed-Size of all packages for removal.“

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.