Struct hubcaps::releases::Release

source ·
pub struct Release {
Show 17 fields pub url: String, pub html_url: String, pub assets_url: String, pub upload_url: String, pub tarball_url: String, pub zipball_url: String, pub id: u64, pub tag_name: String, pub target_commitish: String, pub name: String, pub body: String, pub draft: bool, pub prerelease: bool, pub created_at: String, pub published_at: String, pub author: User, pub assets: Vec<Asset>,
}

Fields

url: Stringhtml_url: Stringassets_url: Stringupload_url: Stringtarball_url: Stringzipball_url: Stringid: u64tag_name: Stringtarget_commitish: Stringname: Stringbody: Stringdraft: boolprerelease: boolcreated_at: Stringpublished_at: Stringauthor: Userassets: Vec<Asset>

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. 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

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.