pub struct FileIo { /* private fields */ }Expand description
File-based I/O context.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileIo
impl RefUnwindSafe for FileIo
impl Send for FileIo
impl Sync for FileIo
impl Unpin for FileIo
impl UnsafeUnpin for FileIo
impl UnwindSafe for FileIo
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