Enum channel2::ChannelMessageId
source · pub enum ChannelMessageId {
Saved(u64),
Pending(usize),
}
Variants§
Trait Implementations§
source§impl Clone for ChannelMessageId
impl Clone for ChannelMessageId
source§fn clone(&self) -> ChannelMessageId
fn clone(&self) -> ChannelMessageId
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 ChannelMessageId
impl Debug for ChannelMessageId
source§impl Default for ChannelMessageId
impl Default for ChannelMessageId
source§impl Hash for ChannelMessageId
impl Hash for ChannelMessageId
source§impl Ord for ChannelMessageId
impl Ord for ChannelMessageId
source§fn cmp(&self, other: &ChannelMessageId) -> Ordering
fn cmp(&self, other: &ChannelMessageId) -> 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<ChannelMessageId> for ChannelMessageId
impl PartialEq<ChannelMessageId> for ChannelMessageId
source§fn eq(&self, other: &ChannelMessageId) -> bool
fn eq(&self, other: &ChannelMessageId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ChannelMessageId> for ChannelMessageId
impl PartialOrd<ChannelMessageId> for ChannelMessageId
source§fn partial_cmp(&self, other: &ChannelMessageId) -> Option<Ordering>
fn partial_cmp(&self, other: &ChannelMessageId) -> 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 ChannelMessageId
impl Eq for ChannelMessageId
impl StructuralEq for ChannelMessageId
impl StructuralPartialEq for ChannelMessageId
Auto Trait Implementations§
impl RefUnwindSafe for ChannelMessageId
impl Send for ChannelMessageId
impl Sync for ChannelMessageId
impl Unpin for ChannelMessageId
impl UnwindSafe for ChannelMessageId
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§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<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> 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> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.