Enum libalpm::PackageFrom [] [src]

pub enum PackageFrom {
    File,
    LocalDb,
    SyncDb,
}

Where a package came from

Variants

Trait Implementations

impl Debug for PackageFrom
[src]

Formats the value using the given formatter.

impl Copy for PackageFrom
[src]

impl Clone for PackageFrom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PackageFrom
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PackageFrom
[src]

impl Into<u32> for PackageFrom
[src]

Performs the conversion.

impl From<u32> for PackageFrom
[src]

Performs the conversion.