Struct apt_pkg_native::simple::Version [] [src]

pub struct Version {
    pub version: String,
    pub arch: String,
    pub section: Option<String>,
    pub source_package: String,
    pub source_version: String,
    pub priority: i32,
}

Fields

Methods

impl Version
[src]

[src]

Trait Implementations

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Version
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Version
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version