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