pub struct DiskFile {
pub file: File,
}
Fields§
§file: File
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiskFile
impl RefUnwindSafe for DiskFile
impl Send for DiskFile
impl Sync for DiskFile
impl Unpin for DiskFile
impl UnwindSafe for DiskFile
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