pub struct DebugId(/* private fields */);Implementations§
Trait Implementations§
impl Eq for DebugId
impl StructuralPartialEq for DebugId
Auto Trait Implementations§
impl Freeze for DebugId
impl RefUnwindSafe for DebugId
impl Send for DebugId
impl Sync for DebugId
impl Unpin for DebugId
impl UnsafeUnpin for DebugId
impl UnwindSafe for DebugId
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