pub struct DmNameBuf { /* private fields */ }Expand description
The owned version of the DM identifier.
Implementations§
Trait Implementations§
impl Eq for DmNameBuf
impl StructuralPartialEq for DmNameBuf
Auto Trait Implementations§
impl Freeze for DmNameBuf
impl RefUnwindSafe for DmNameBuf
impl Send for DmNameBuf
impl Sync for DmNameBuf
impl Unpin for DmNameBuf
impl UnwindSafe for DmNameBuf
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