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