pub struct MetaTask {
pub info: Info,
pub exts: Extensions,
/* private fields */
}
Expand description
Meta Data of the Task
MetaTask
can be used to carry infomation about the worlflow and beyond
Fields§
§info: Info
info about this task
exts: Extensions
additional arguments for extensive application
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MetaTask
impl<'de> Deserialize<'de> for MetaTask
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
Source§impl From<MetaTask> for MetaRequest
impl From<MetaTask> for MetaRequest
Auto Trait Implementations§
impl !Freeze for MetaTask
impl !RefUnwindSafe for MetaTask
impl !Send for MetaTask
impl !Sync for MetaTask
impl Unpin for MetaTask
impl !UnwindSafe for MetaTask
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