pub struct SubmitCommand {
pub idempotency_key: String,
pub input: SubmitTask,
pub origin_trace: Option<TraceContext>,
}Fields§
§idempotency_key: String§input: SubmitTask§origin_trace: Option<TraceContext>Implementations§
Trait Implementations§
Source§impl Clone for SubmitCommand
impl Clone for SubmitCommand
Source§impl Debug for SubmitCommand
impl Debug for SubmitCommand
Source§impl<'de> Deserialize<'de> for SubmitCommand
impl<'de> Deserialize<'de> for SubmitCommand
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 SubmitCommand
impl RefUnwindSafe for SubmitCommand
impl Send for SubmitCommand
impl Sync for SubmitCommand
impl Unpin for SubmitCommand
impl UnsafeUnpin for SubmitCommand
impl UnwindSafe for SubmitCommand
Blanket Implementations§
impl<T> ArtifactLease for T
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