Struct devicemapper::TargetType[][src]

pub struct TargetType { /* fields omitted */ }

The borrowed version of the DM identifier.

Methods

impl TargetType
[src]

Create a new borrowed identifier from a &str.

Get the inner value as bytes

Trait Implementations

impl Debug for TargetType
[src]

Formats the value using the given formatter. Read more

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

impl Hash for TargetType
[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 TargetType
[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 TargetType
[src]

Formats the value using the given formatter. Read more

impl AsRef<TargetType> for TargetTypeBuf
[src]

Performs the conversion.

impl Borrow<TargetType> for TargetTypeBuf
[src]

Immutably borrows from an owned value. Read more

Auto Trait Implementations

impl Send for TargetType

impl Sync for TargetType