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

Methods

impl BinaryPackage
[src]

[src]

Trait Implementations

impl Clone for BinaryPackage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BinaryPackage
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BinaryPackage
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BinaryPackage

impl Sync for BinaryPackage