Struct devicemapper::DmUuidBuf
source · pub struct DmUuidBuf { /* private fields */ }Expand description
The owned version of the DM identifier.
Implementations§
Methods from Deref<Target = DmUuid>§
Trait Implementations§
source§impl PartialEq for DmUuidBuf
impl PartialEq for DmUuidBuf
impl Eq for DmUuidBuf
impl StructuralPartialEq for DmUuidBuf
Auto Trait Implementations§
impl Freeze for DmUuidBuf
impl RefUnwindSafe for DmUuidBuf
impl Send for DmUuidBuf
impl Sync for DmUuidBuf
impl Unpin for DmUuidBuf
impl UnwindSafe for DmUuidBuf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more