pub struct JobEntry { /* private fields */ }Expand description
Job entry containing job data and metadata
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobEntry
impl<'de> Deserialize<'de> for JobEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JobEntry
impl RefUnwindSafe for JobEntry
impl Send for JobEntry
impl Sync for JobEntry
impl Unpin for JobEntry
impl UnwindSafe for JobEntry
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