pub struct File<'a, T: Disk> { /* private fields */ }
Expand description
The file.
Implementations§
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for File<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for File<'a, T>where T: Sync,
impl<'a, T> Sync for File<'a, T>where T: Sync,
impl<'a, T> Unpin for File<'a, T>
impl<'a, T> UnwindSafe for File<'a, T>where T: RefUnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more