pub struct JobMetaJob {
pub id: String,
}Expand description
Nested job block within meta.json.
Fields§
§id: StringTrait Implementations§
Source§impl Clone for JobMetaJob
impl Clone for JobMetaJob
Source§fn clone(&self) -> JobMetaJob
fn clone(&self) -> JobMetaJob
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JobMetaJob
impl Debug for JobMetaJob
Source§impl<'de> Deserialize<'de> for JobMetaJob
impl<'de> Deserialize<'de> for JobMetaJob
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 JobMetaJob
impl RefUnwindSafe for JobMetaJob
impl Send for JobMetaJob
impl Sync for JobMetaJob
impl Unpin for JobMetaJob
impl UnsafeUnpin for JobMetaJob
impl UnwindSafe for JobMetaJob
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