Struct assorted_debian_utils::buildinfo::Buildinfo
source · [−]pub struct Buildinfo {
pub source: String,
pub version: String,
pub architecture: Vec<Architecture>,
}
Expand description
A build info
Fields
source: String
Source package
version: String
Version of the package
architecture: Vec<Architecture>
Architectures of the build
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 Buildinfo
impl UnwindSafe for Buildinfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.