pub struct CeremonyAgentActivity { /* private fields */ }Expand description
One globally ordered host assertion in a ceremony’s public activity feed.
Implementations§
Source§impl CeremonyAgentActivity
impl CeremonyAgentActivity
pub fn new( sequence: u64, kind: CeremonyAgentActivityKind, status: CeremonyAgentStatus, ) -> Self
pub const fn sequence(&self) -> u64
pub const fn kind(&self) -> CeremonyAgentActivityKind
pub fn status(&self) -> &CeremonyAgentStatus
Trait Implementations§
Source§impl Clone for CeremonyAgentActivity
impl Clone for CeremonyAgentActivity
Source§impl Debug for CeremonyAgentActivity
impl Debug for CeremonyAgentActivity
Source§impl<'de> Deserialize<'de> for CeremonyAgentActivity
impl<'de> Deserialize<'de> for CeremonyAgentActivity
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 CeremonyAgentActivity
Source§impl PartialEq for CeremonyAgentActivity
impl PartialEq for CeremonyAgentActivity
Source§impl Serialize for CeremonyAgentActivity
impl Serialize for CeremonyAgentActivity
impl StructuralPartialEq for CeremonyAgentActivity
Auto Trait Implementations§
impl Freeze for CeremonyAgentActivity
impl RefUnwindSafe for CeremonyAgentActivity
impl Send for CeremonyAgentActivity
impl Sync for CeremonyAgentActivity
impl Unpin for CeremonyAgentActivity
impl UnsafeUnpin for CeremonyAgentActivity
impl UnwindSafe for CeremonyAgentActivity
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