Struct tokio_file::AioResult
source · [−]Expand description
Holds the result of an individual aio operation
Fields
value: Option<isize>
This is what the AIO operation would’ve returned, had it been
synchronous and successful. fsync operations return None
, read and
write operations return an isize
Auto Trait Implementations
impl RefUnwindSafe for AioResult
impl Send for AioResult
impl Sync for AioResult
impl Unpin for AioResult
impl UnwindSafe for AioResult
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