pub struct FleetCommandExecutionResponse {
pub change: FleetCommandResponse,
pub propagation: StateCascadeReport,
pub reconciliation_error: Option<Error>,
}Expand description
Workflow result before the endpoint selects its command-specific response.
Fields§
§change: FleetCommandResponse§propagation: StateCascadeReport§reconciliation_error: Option<Error>Trait Implementations§
Source§impl Clone for FleetCommandExecutionResponse
impl Clone for FleetCommandExecutionResponse
Source§fn clone(&self) -> FleetCommandExecutionResponse
fn clone(&self) -> FleetCommandExecutionResponse
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 moreSource§impl<'de> Deserialize<'de> for FleetCommandExecutionResponse
impl<'de> Deserialize<'de> for FleetCommandExecutionResponse
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
impl Eq for FleetCommandExecutionResponse
impl StructuralPartialEq for FleetCommandExecutionResponse
Auto Trait Implementations§
impl Freeze for FleetCommandExecutionResponse
impl RefUnwindSafe for FleetCommandExecutionResponse
impl Send for FleetCommandExecutionResponse
impl Sync for FleetCommandExecutionResponse
impl Unpin for FleetCommandExecutionResponse
impl UnsafeUnpin for FleetCommandExecutionResponse
impl UnwindSafe for FleetCommandExecutionResponse
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