pub struct ExecuteCeremonyOperationInput {
pub handler_request: CeremonyStepHandlerRequest,
pub state_visit: StateVisit,
pub state_iteration: StateIteration,
pub step_iteration: StepIteration,
pub claim_fence: StepClaimFence,
pub actor_kind: AuditActorKind,
}Expand description
One accepted claim and the semantic handler input it may execute.
Fields§
§handler_request: CeremonyStepHandlerRequest§state_visit: StateVisit§state_iteration: StateIteration§step_iteration: StepIteration§claim_fence: StepClaimFence§actor_kind: AuditActorKindTrait Implementations§
Source§impl Clone for ExecuteCeremonyOperationInput
impl Clone for ExecuteCeremonyOperationInput
Source§fn clone(&self) -> ExecuteCeremonyOperationInput
fn clone(&self) -> ExecuteCeremonyOperationInput
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 moreimpl Eq for ExecuteCeremonyOperationInput
impl StructuralPartialEq for ExecuteCeremonyOperationInput
Auto Trait Implementations§
impl Freeze for ExecuteCeremonyOperationInput
impl RefUnwindSafe for ExecuteCeremonyOperationInput
impl Send for ExecuteCeremonyOperationInput
impl Sync for ExecuteCeremonyOperationInput
impl Unpin for ExecuteCeremonyOperationInput
impl UnsafeUnpin for ExecuteCeremonyOperationInput
impl UnwindSafe for ExecuteCeremonyOperationInput
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