Struct rustup_available_packages::cache::NoopCache[][src]

pub struct NoopCache {}

A cache that does nothing.

Trait Implementations

impl Cache for NoopCache
[src]

Tries to load a manifest from a cached file.

Stores a manifest to the disk.

Auto Trait Implementations

impl Send for NoopCache

impl Sync for NoopCache