Struct gloo_file::callbacks::FileReader
source · pub struct FileReader { /* private fields */ }
Expand description
A guard object that aborts the file read when dropped (if the read isn’t already finished).
Trait Implementations§
source§impl Debug for FileReader
impl Debug for FileReader
Auto Trait Implementations§
impl !RefUnwindSafe for FileReader
impl !Send for FileReader
impl !Sync for FileReader
impl Unpin for FileReader
impl !UnwindSafe for FileReader
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