pub enum RoundFlowKind {
DelegatedPending,
Pending,
Ongoing,
AwaitingConfirmations,
Failed,
Canceled,
}Expand description
Type enum of RoundFlowState.
Variants§
DelegatedPending
Delegated participation waiting for its round
Pending
Interactive participation waiting for its round
Ongoing
The interactive part is being played out with the server
AwaitingConfirmations
The round finished and we are waiting for its funding tx to confirm
Failed
The participation failed
Canceled
The user canceled the participation
Trait Implementations§
Source§impl Clone for RoundFlowKind
impl Clone for RoundFlowKind
Source§fn clone(&self) -> RoundFlowKind
fn clone(&self) -> RoundFlowKind
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 Copy for RoundFlowKind
Source§impl Debug for RoundFlowKind
impl Debug for RoundFlowKind
Source§impl Display for RoundFlowKind
impl Display for RoundFlowKind
impl Eq for RoundFlowKind
Source§impl Hash for RoundFlowKind
impl Hash for RoundFlowKind
Source§impl Ord for RoundFlowKind
impl Ord for RoundFlowKind
Source§fn cmp(&self, other: &RoundFlowKind) -> Ordering
fn cmp(&self, other: &RoundFlowKind) -> 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 RoundFlowKind
impl PartialEq for RoundFlowKind
Source§impl PartialOrd for RoundFlowKind
impl PartialOrd for RoundFlowKind
impl StructuralPartialEq for RoundFlowKind
Auto Trait Implementations§
impl Freeze for RoundFlowKind
impl RefUnwindSafe for RoundFlowKind
impl Send for RoundFlowKind
impl Sync for RoundFlowKind
impl Unpin for RoundFlowKind
impl UnsafeUnpin for RoundFlowKind
impl UnwindSafe for RoundFlowKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request