pub enum RingOutcome {
Answered,
NoAnswer,
}Expand description
Result of a ring node.
Variants§
Answered
A human answered — they own the call now and the engine steps out.
NoAnswer
The ring window elapsed with no answer.
Trait Implementations§
Source§impl Clone for RingOutcome
impl Clone for RingOutcome
Source§fn clone(&self) -> RingOutcome
fn clone(&self) -> RingOutcome
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 RingOutcome
Source§impl Debug for RingOutcome
impl Debug for RingOutcome
impl Eq for RingOutcome
Source§impl PartialEq for RingOutcome
impl PartialEq for RingOutcome
impl StructuralPartialEq for RingOutcome
Auto Trait Implementations§
impl Freeze for RingOutcome
impl RefUnwindSafe for RingOutcome
impl Send for RingOutcome
impl Sync for RingOutcome
impl Unpin for RingOutcome
impl UnsafeUnpin for RingOutcome
impl UnwindSafe for RingOutcome
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> 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.