Struct rebuilderd_common::PkgGroup [−][src]
pub struct PkgGroup {
pub name: String,
pub version: String,
pub distro: String,
pub suite: String,
pub architecture: String,
pub input_url: Option<String>,
pub artifacts: Vec<PkgArtifact>,
}Fields
name: Stringversion: Stringdistro: Stringsuite: Stringarchitecture: Stringinput_url: Option<String>artifacts: Vec<PkgArtifact>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PkgGroup
impl UnwindSafe for PkgGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
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
