pub struct DebugSupport;Methods from Deref<Target = Guid>§
Trait Implementations§
Source§impl Deref for DebugSupport
impl Deref for DebugSupport
Auto Trait Implementations§
impl Freeze for DebugSupport
impl RefUnwindSafe for DebugSupport
impl Send for DebugSupport
impl Sync for DebugSupport
impl Unpin for DebugSupport
impl UnwindSafe for DebugSupport
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