pub struct DelegateFrame {
pub task_id: String,
pub subtask_id: String,
pub action: String,
pub target_nid: String,
pub inputs: Option<Value>,
pub config: Option<Value>,
pub idempotency_key: Option<String>,
pub target_cluster_anchor: Option<String>,
}Fields§
§task_id: String§subtask_id: String§action: String§target_nid: String§inputs: Option<Value>§config: Option<Value>§idempotency_key: Option<String>§target_cluster_anchor: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for DelegateFrame
impl Clone for DelegateFrame
Source§fn clone(&self) -> DelegateFrame
fn clone(&self) -> DelegateFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DelegateFrame
impl RefUnwindSafe for DelegateFrame
impl Send for DelegateFrame
impl Sync for DelegateFrame
impl Unpin for DelegateFrame
impl UnsafeUnpin for DelegateFrame
impl UnwindSafe for DelegateFrame
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