pub struct Release {Show 20 fields
pub architectures: Vec<String>,
pub no_support_for_architecture_all: Option<bool>,
pub description: Option<String>,
pub origin: Option<String>,
pub label: Option<String>,
pub suite: Option<String>,
pub version: Option<String>,
pub codename: Option<String>,
pub date: Option<String>,
pub valid_until: Option<String>,
pub components: Vec<String>,
pub md5sum: Option<Vec<ReleaseHash>>,
pub sha1sum: Option<Vec<ReleaseHash>>,
pub sha256sum: Option<Vec<ReleaseHash>>,
pub sha512sum: Option<Vec<ReleaseHash>>,
pub not_automatic: Option<bool>,
pub but_automatic_upgrades: Option<bool>,
pub acquire_by_hash: Option<bool>,
pub signed_by: Option<String>,
pub packages_require_authorization: Option<bool>,
/* private fields */
}
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 alignment of pointer.
The type for initializers.
Initializes a with the given initializer.
Read more
Mutably dereferences the given pointer.
Read more
Drops the object pointed to by the given pointer.
Read more
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.