pub enum CeremonyExecutionConnectorOutcome {
Observed(Box<CeremonyExecutionObservation>),
ReconciliationRequired(ExecutionOperationId),
}Expand description
Authoritative observation or an operation that now needs reconciliation.
Variants§
Observed(Box<CeremonyExecutionObservation>)
ReconciliationRequired(ExecutionOperationId)
Trait Implementations§
impl Eq for CeremonyExecutionConnectorOutcome
impl StructuralPartialEq for CeremonyExecutionConnectorOutcome
Auto Trait Implementations§
impl Freeze for CeremonyExecutionConnectorOutcome
impl RefUnwindSafe for CeremonyExecutionConnectorOutcome
impl Send for CeremonyExecutionConnectorOutcome
impl Sync for CeremonyExecutionConnectorOutcome
impl Unpin for CeremonyExecutionConnectorOutcome
impl UnsafeUnpin for CeremonyExecutionConnectorOutcome
impl UnwindSafe for CeremonyExecutionConnectorOutcome
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