Struct rustup_available_packages::availability::AvailabilityData[][src]

pub struct AvailabilityData { /* fields omitted */ }

Data about packages availability in rust builds.

Methods

impl AvailabilityData
[src]

Adds an availability data from a given Manifest.

Adds multiple Manifests at once.

Gets a list of targets that have been extracted from manifest files except for the '*' target.

Returns all available packages throughout all the targets and all the times.

Makes an iterator that maps given dates to true or false, depending on whether or not the given package is available on a given moment.

Availability is checked against the specified target and against the * target.

Trait Implementations

impl Debug for AvailabilityData
[src]

Formats the value using the given formatter. Read more

impl Default for AvailabilityData
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations