[][src]Struct bodhi::data::Release

pub struct Release {
    pub branch: String,
    pub candidate_tag: String,
    pub composed_by_bodhi: bool,
    pub dist_tag: String,
    pub id_prefix: String,
    pub long_name: String,
    pub mail_template: String,
    pub name: String,
    pub override_tag: String,
    pub pending_signing_tag: String,
    pub pending_stable_tag: String,
    pub pending_testing_tag: String,
    pub stable_tag: String,
    pub state: String,
    pub testing_tag: String,
    pub version: String,
}

This struct represents a fedora release as present in the bodhi database. This includes variants (Modular, Container, Flatpak), identified with the "C", "F", and "M" suffixes.

Fields

branch: Stringcandidate_tag: Stringcomposed_by_bodhi: booldist_tag: Stringid_prefix: Stringlong_name: Stringmail_template: Stringname: Stringoverride_tag: Stringpending_signing_tag: Stringpending_stable_tag: Stringpending_testing_tag: Stringstable_tag: Stringstate: Stringtesting_tag: Stringversion: String

Trait Implementations

impl Debug for Release[src]

impl<'de> Deserialize<'de> for Release[src]

Auto Trait Implementations

impl Send for Release

impl Sync for Release

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err