Struct devicemapper::DmUuid [] [src]

pub struct DmUuid { /* fields omitted */ }

The borrowed version of the DM identifier.

Methods

impl DmUuid
[src]

[src]

Create a new borrowed identifier from a &str.

[src]

Get the inner value as bytes

Trait Implementations

impl Debug for DmUuid
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DmUuid
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for DmUuid
[src]

impl Hash for DmUuid
[src]

[src]

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

1.3.0
[src]

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

impl ToOwned for DmUuid
[src]

[src]

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

[src]

🔬 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]

[src]

Formats the value using the given formatter. Read more