Struct cargo::sources::replaced::ReplacedSource[][src]

pub struct ReplacedSource<'cfg> { /* fields omitted */ }

Methods

impl<'cfg> ReplacedSource<'cfg>
[src]

Trait Implementations

impl<'cfg> Source for ReplacedSource<'cfg>
[src]

Attempt to find the packages that match a dependency request.

Returns whether or not this source will return summaries with checksums listed. Read more

Returns whether or not this source will return summaries with the precise field in the source id listed. Read more

Returns the SourceId corresponding to this source

The update method performs any network operations required to get the entire list of all names, versions and dependencies of packages managed by the Source. Read more

The download method fetches the full package for each name and version specified. Read more

Generates a unique string which represents the fingerprint of the current state of the source. Read more

If this source supports it, verifies the source of the package specified. Read more

Auto Trait Implementations

impl<'cfg> !Send for ReplacedSource<'cfg>

impl<'cfg> !Sync for ReplacedSource<'cfg>