Struct devicemapper::DmUuid[][src]

pub struct DmUuid { /* fields omitted */ }

The borrowed version of the DM identifier.

Methods

impl DmUuid
[src]

Create a new borrowed identifier from a &str.

Get the inner value as bytes

Trait Implementations

impl Debug for DmUuid
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DmUuid
[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 DmUuid
[src]

impl Hash for DmUuid
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ToOwned for DmUuid
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl Display for DmUuid
[src]

Formats the value using the given formatter. Read more

impl AsRef<DmUuid> for DmUuidBuf
[src]

Performs the conversion.

impl Borrow<DmUuid> for DmUuidBuf
[src]

Immutably borrows from an owned value. Read more

Auto Trait Implementations

impl Send for DmUuid

impl Sync for DmUuid