pub enum MessageFeedbackEnumOutcome {
Confirmed,
Unconfirmed,
}Expand description
Variants§
Trait Implementations§
source§impl Clone for MessageFeedbackEnumOutcome
impl Clone for MessageFeedbackEnumOutcome
source§fn clone(&self) -> MessageFeedbackEnumOutcome
fn clone(&self) -> MessageFeedbackEnumOutcome
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 MessageFeedbackEnumOutcome
impl Debug for MessageFeedbackEnumOutcome
source§impl Default for MessageFeedbackEnumOutcome
impl Default for MessageFeedbackEnumOutcome
source§fn default() -> MessageFeedbackEnumOutcome
fn default() -> MessageFeedbackEnumOutcome
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MessageFeedbackEnumOutcome
impl<'de> Deserialize<'de> for MessageFeedbackEnumOutcome
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
source§impl Hash for MessageFeedbackEnumOutcome
impl Hash for MessageFeedbackEnumOutcome
source§impl Ord for MessageFeedbackEnumOutcome
impl Ord for MessageFeedbackEnumOutcome
source§fn cmp(&self, other: &MessageFeedbackEnumOutcome) -> Ordering
fn cmp(&self, other: &MessageFeedbackEnumOutcome) -> Ordering
1.21.0 · 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
source§impl PartialEq<MessageFeedbackEnumOutcome> for MessageFeedbackEnumOutcome
impl PartialEq<MessageFeedbackEnumOutcome> for MessageFeedbackEnumOutcome
source§fn eq(&self, other: &MessageFeedbackEnumOutcome) -> bool
fn eq(&self, other: &MessageFeedbackEnumOutcome) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MessageFeedbackEnumOutcome> for MessageFeedbackEnumOutcome
impl PartialOrd<MessageFeedbackEnumOutcome> for MessageFeedbackEnumOutcome
source§fn partial_cmp(&self, other: &MessageFeedbackEnumOutcome) -> Option<Ordering>
fn partial_cmp(&self, other: &MessageFeedbackEnumOutcome) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for MessageFeedbackEnumOutcome
impl Eq for MessageFeedbackEnumOutcome
impl StructuralEq for MessageFeedbackEnumOutcome
impl StructuralPartialEq for MessageFeedbackEnumOutcome
Auto Trait Implementations§
impl RefUnwindSafe for MessageFeedbackEnumOutcome
impl Send for MessageFeedbackEnumOutcome
impl Sync for MessageFeedbackEnumOutcome
impl Unpin for MessageFeedbackEnumOutcome
impl UnwindSafe for MessageFeedbackEnumOutcome
Blanket Implementations§
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.