Enum rings_node::prelude::message::FindSuccessorThen
source · #[non_exhaustive]
pub enum FindSuccessorThen {
Report(FindSuccessorReportHandler),
}Expand description
MessageType enum Report contain FindSuccessorSend.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Report(FindSuccessorReportHandler)
Trait Implementations§
source§impl Clone for FindSuccessorThen
impl Clone for FindSuccessorThen
source§fn clone(&self) -> FindSuccessorThen
fn clone(&self) -> FindSuccessorThen
Returns a copy 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 moresource§impl Debug for FindSuccessorThen
impl Debug for FindSuccessorThen
source§impl<'de> Deserialize<'de> for FindSuccessorThen
impl<'de> Deserialize<'de> for FindSuccessorThen
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<FindSuccessorThen, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<FindSuccessorThen, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<FindSuccessorThen> for FindSuccessorThen
impl PartialEq<FindSuccessorThen> for FindSuccessorThen
source§fn eq(&self, other: &FindSuccessorThen) -> bool
fn eq(&self, other: &FindSuccessorThen) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FindSuccessorThen
impl Serialize for FindSuccessorThen
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for FindSuccessorThen
impl StructuralEq for FindSuccessorThen
impl StructuralPartialEq for FindSuccessorThen
Auto Trait Implementations§
impl RefUnwindSafe for FindSuccessorThen
impl Send for FindSuccessorThen
impl Sync for FindSuccessorThen
impl Unpin for FindSuccessorThen
impl UnwindSafe for FindSuccessorThen
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.