Struct apt_pkg_native::simple::Origin [] [src]

pub struct Origin {
    pub file_name: String,
    pub archive: String,
    pub version: Option<String>,
    pub origin: Option<String>,
    pub codename: Option<String>,
    pub label: Option<String>,
    pub site: Option<String>,
    pub component: String,
    pub architecture: Option<String>,
    pub index_type: String,
}

Fields

Methods

impl Origin
[src]

[src]

[src]

Trait Implementations

impl Clone for Origin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Origin
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Origin
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Origin

impl Sync for Origin