pub enum RoundStreamEvent {
RoundFinalization(RoundFinalizationEvent),
RoundFinalized(RoundFinalizedEvent),
RoundFailed(RoundFailedEvent),
RoundSigning(RoundSigningEvent),
RoundSigningNoncesGenerated(RoundSigningNoncesGeneratedEvent),
}
Variants§
RoundFinalization(RoundFinalizationEvent)
RoundFinalized(RoundFinalizedEvent)
RoundFailed(RoundFailedEvent)
RoundSigning(RoundSigningEvent)
RoundSigningNoncesGenerated(RoundSigningNoncesGeneratedEvent)
Trait Implementations§
Source§impl Clone for RoundStreamEvent
impl Clone for RoundStreamEvent
Source§fn clone(&self) -> RoundStreamEvent
fn clone(&self) -> RoundStreamEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RoundStreamEvent
impl RefUnwindSafe for RoundStreamEvent
impl Send for RoundStreamEvent
impl Sync for RoundStreamEvent
impl Unpin for RoundStreamEvent
impl UnwindSafe for RoundStreamEvent
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