pub struct PhysicalDiskListWhen(/* private fields */);Implementations§
Source§impl PhysicalDiskListWhen
impl PhysicalDiskListWhen
Auto Trait Implementations§
impl Freeze for PhysicalDiskListWhen
impl !RefUnwindSafe for PhysicalDiskListWhen
impl !Send for PhysicalDiskListWhen
impl !Sync for PhysicalDiskListWhen
impl Unpin for PhysicalDiskListWhen
impl UnsafeUnpin for PhysicalDiskListWhen
impl !UnwindSafe for PhysicalDiskListWhen
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