pub struct ParentJob {
pub namespace: String,
pub name: String,
}Expand description
Reference to a parent job by namespace and name.
Fields§
§namespace: StringNamespace the parent job belongs to.
name: StringName of the parent job.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ParentJob
impl<'de> Deserialize<'de> for ParentJob
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 ParentJob
impl RefUnwindSafe for ParentJob
impl Send for ParentJob
impl Sync for ParentJob
impl Unpin for ParentJob
impl UnsafeUnpin for ParentJob
impl UnwindSafe for ParentJob
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