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