Struct apt_pkg_native::simple::BinaryPackageVersions [] [src]

pub struct BinaryPackageVersions {
    pub pkg: BinaryPackage,
    pub versions: Vec<Version>,
}

Fields

Methods

impl BinaryPackageVersions
[src]

[src]

Trait Implementations

impl Clone for BinaryPackageVersions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BinaryPackageVersions
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BinaryPackageVersions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations