pub struct CeremonyEventConsumer(/* private fields */);Expand description
Stable name of one independent consumer of the global ceremony-event feed.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyEventConsumer
impl Clone for CeremonyEventConsumer
Source§fn clone(&self) -> CeremonyEventConsumer
fn clone(&self) -> CeremonyEventConsumer
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 Debug for CeremonyEventConsumer
impl Debug for CeremonyEventConsumer
Source§impl<'de> Deserialize<'de> for CeremonyEventConsumer
impl<'de> Deserialize<'de> for CeremonyEventConsumer
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 CeremonyEventConsumer
Source§impl Hash for CeremonyEventConsumer
impl Hash for CeremonyEventConsumer
Source§impl Ord for CeremonyEventConsumer
impl Ord for CeremonyEventConsumer
Source§fn cmp(&self, other: &CeremonyEventConsumer) -> Ordering
fn cmp(&self, other: &CeremonyEventConsumer) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CeremonyEventConsumer
impl PartialEq for CeremonyEventConsumer
Source§impl PartialOrd for CeremonyEventConsumer
impl PartialOrd for CeremonyEventConsumer
Source§impl Serialize for CeremonyEventConsumer
impl Serialize for CeremonyEventConsumer
impl StructuralPartialEq for CeremonyEventConsumer
Auto Trait Implementations§
impl Freeze for CeremonyEventConsumer
impl RefUnwindSafe for CeremonyEventConsumer
impl Send for CeremonyEventConsumer
impl Sync for CeremonyEventConsumer
impl Unpin for CeremonyEventConsumer
impl UnsafeUnpin for CeremonyEventConsumer
impl UnwindSafe for CeremonyEventConsumer
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