Struct reproto_repository::NoIndex [] [src]

pub struct NoIndex;

Trait Implementations

impl Index for NoIndex
[src]

[src]

Resolve the given version of a package.

[src]

Get all versions available of a given package. Read more

[src]

[src]

[src]

Get an objects URL as configured in the index.

If relative, will cause objects to be loaded from the same repository as the index.

[src]

Load objects relative to the index repository.

[src]

Update local caches related to the index.

Auto Trait Implementations

impl Send for NoIndex

impl Sync for NoIndex