Struct hubcaps::releases::Releases

source ·
pub struct Releases<C>where
    C: Clone + Connect + 'static,
{ /* private fields */ }
Expand description

Provides access to published releases. See the github docs for more information.

Implementations

Create new a release.

See the github docs for more information.

Edit a release by id.

See the github docs for more information.

Delete a release by id.

See the github docs for more information.

List published releases and draft releases for users with push access.

See the github docs for more information.

Return the latest full release. Draft releases and prereleases are not returned.

See the github docs for more information.

Return a release by tag name.

See the github docs for more information.

Get a reference to a specific release associated with a repository

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.