pub enum CeremonyAgentActivityKind {
ActivityChanged,
BlockerOpened,
BlockerResolved,
CheckpointAvailable,
InterventionDelivered,
InterventionAnswered,
InputRequested,
AgentReplaced,
Stale,
Completed,
Failed,
Heartbeat,
}Expand description
Public, bounded progress classification emitted from a host status report.
Variants§
ActivityChanged
BlockerOpened
BlockerResolved
CheckpointAvailable
InterventionDelivered
InterventionAnswered
InputRequested
AgentReplaced
Stale
Completed
Failed
Heartbeat
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyAgentActivityKind
impl Clone for CeremonyAgentActivityKind
impl Copy for CeremonyAgentActivityKind
Source§impl Debug for CeremonyAgentActivityKind
impl Debug for CeremonyAgentActivityKind
Source§impl<'de> Deserialize<'de> for CeremonyAgentActivityKind
impl<'de> Deserialize<'de> for CeremonyAgentActivityKind
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 CeremonyAgentActivityKind
impl StructuralPartialEq for CeremonyAgentActivityKind
Auto Trait Implementations§
impl Freeze for CeremonyAgentActivityKind
impl RefUnwindSafe for CeremonyAgentActivityKind
impl Send for CeremonyAgentActivityKind
impl Sync for CeremonyAgentActivityKind
impl Unpin for CeremonyAgentActivityKind
impl UnsafeUnpin for CeremonyAgentActivityKind
impl UnwindSafe for CeremonyAgentActivityKind
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