pub struct JobResult {
pub schema_version: u32,
pub bytes: Vec<u8>,
}Expand description
Versioned opaque bytes recorded atomically with successful completion.
Fields§
§schema_version: u32§bytes: Vec<u8>Trait Implementations§
impl Eq for JobResult
impl StructuralPartialEq for JobResult
Auto Trait Implementations§
impl Freeze for JobResult
impl RefUnwindSafe for JobResult
impl Send for JobResult
impl Sync for JobResult
impl Unpin for JobResult
impl UnsafeUnpin for JobResult
impl UnwindSafe for JobResult
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