Struct libalpm::Backup [] [src]

pub struct Backup<'a> {
    pub name: &'a str,
    pub hash: &'a str,
}

A backup

Fields

Trait Implementations

impl<'a> Debug for Backup<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Backup<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Backup<'a>
[src]