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