Struct devicemapper::TargetType
source · pub struct TargetType { /* private fields */ }Expand description
The borrowed version of the DM identifier.
Implementations§
Trait Implementations§
source§impl AsRef<TargetType> for TargetTypeBuf
impl AsRef<TargetType> for TargetTypeBuf
source§fn as_ref(&self) -> &TargetType
fn as_ref(&self) -> &TargetType
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<TargetType> for TargetTypeBuf
impl Borrow<TargetType> for TargetTypeBuf
source§fn borrow(&self) -> &TargetType
fn borrow(&self) -> &TargetType
Immutably borrows from an owned value. Read more
source§impl Debug for TargetType
impl Debug for TargetType
source§impl Display for TargetType
impl Display for TargetType
source§impl Hash for TargetType
impl Hash for TargetType
source§impl PartialEq<TargetType> for TargetType
impl PartialEq<TargetType> for TargetType
source§fn eq(&self, other: &TargetType) -> bool
fn eq(&self, other: &TargetType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToOwned for TargetType
impl ToOwned for TargetType
§type Owned = TargetTypeBuf
type Owned = TargetTypeBuf
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> TargetTypeBuf
fn to_owned(&self) -> TargetTypeBuf
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more