pub struct totalDiskUsage;
Trait Implementations§
Source§impl Field for totalDiskUsage
impl Field for totalDiskUsage
Auto Trait Implementations§
impl Freeze for totalDiskUsage
impl RefUnwindSafe for totalDiskUsage
impl Send for totalDiskUsage
impl Sync for totalDiskUsage
impl Unpin for totalDiskUsage
impl UnwindSafe for totalDiskUsage
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