Struct repos::manager::Manager

source ·
pub struct Manager { /* private fields */ }

Implementations§

Create a new Manager.

Update an existed repository or clone a new repository.

Update all repositories.

Remove local directory of a repository.

Output topics with count of their repositories.

List repositories of a topic.

Output stats of all repositories.

Clean up unused resources.

Search repositories by keyword.

Output proxy configuration.

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.