pub struct DmUuidBuf { /* private fields */ }Expand description
The owned version of the DM identifier.
Implementations§
Trait Implementations§
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