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
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more