pub struct IoRequest {
pub file: TextFile,
}Expand description
Request to read a file from disk.
Fields§
§file: TextFileAuto Trait Implementations§
impl Freeze for IoRequest
impl RefUnwindSafe for IoRequest
impl Send for IoRequest
impl Sync for IoRequest
impl Unpin for IoRequest
impl UnsafeUnpin for IoRequest
impl UnwindSafe for IoRequest
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