Struct apt_pkg_native::simple::BinaryPackage
[−]
[src]
pub struct BinaryPackage {
pub name: String,
pub arch: String,
pub current_version: Option<String>,
pub candidate_version: Option<String>,
}Fields
name: String
arch: String
current_version: Option<String>
candidate_version: Option<String>
Methods
impl BinaryPackage[src]
Trait Implementations
impl Clone for BinaryPackage[src]
fn clone(&self) -> BinaryPackage[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for BinaryPackage[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more