Enum devicemapper::DevId [−][src]
Used as a parameter for functions that take either a Device name or a Device UUID.
Variants
Name(&'a DmName)The parameter is the device's name
Uuid(&'a DmUuid)The parameter is the device's devicemapper uuid
Trait Implementations
impl<'a> Debug for DevId<'a>[src]
impl<'a> Debug for DevId<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for DevId<'a>[src]
impl<'a> PartialEq for DevId<'a>fn eq(&self, other: &DevId<'a>) -> bool[src]
fn eq(&self, other: &DevId<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DevId<'a>) -> bool[src]
fn ne(&self, other: &DevId<'a>) -> boolThis method tests for !=.
impl<'a> Eq for DevId<'a>[src]
impl<'a> Eq for DevId<'a>impl<'a> Display for DevId<'a>[src]
impl<'a> Display for DevId<'a>