Struct centraldogma::ProjectClient[][src]

pub struct ProjectClient<'a> { /* fields omitted */ }
Expand description

A temporary client within context of a project.
Created by Client::project()
Implements crate::RepoService

Trait Implementations

Creates a repository.

Removes a repository, removed repository can be unremoved. Read more

Purges a repository that was removed before.

Unremoves a repository.

Retrieves the list of the repositories.

Retrieves the list of the removed repositories, which can be unremoved. Read more

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more