pub struct BatchReadJobs {
pub jobs: Vec<SendableReadJob>,
pub callback: Callback,
}Fields§
§jobs: Vec<SendableReadJob>§callback: CallbackImplementations§
Source§impl BatchReadJobs
impl BatchReadJobs
pub fn set_results(self, results: Result<Vec<ReadResult<'_>>>)
pub fn set_error(self, errno: i32)
Auto Trait Implementations§
impl Freeze for BatchReadJobs
impl !RefUnwindSafe for BatchReadJobs
impl Send for BatchReadJobs
impl Sync for BatchReadJobs
impl Unpin for BatchReadJobs
impl !UnwindSafe for BatchReadJobs
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