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