pub struct ChannelUnread {
pub id: ChannelCompositeKey,
pub last_id: MessageId,
pub mentions: Vec<MessageId>,
}Fields§
§id: ChannelCompositeKey§last_id: MessageId§mentions: Vec<MessageId>Trait Implementations§
Source§impl Clone for ChannelUnread
impl Clone for ChannelUnread
Source§fn clone(&self) -> ChannelUnread
fn clone(&self) -> ChannelUnread
Returns a duplicate 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 ChannelUnread
impl Debug for ChannelUnread
Source§impl<'de> Deserialize<'de> for ChannelUnread
impl<'de> Deserialize<'de> for ChannelUnread
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 ChannelUnread
impl Hash for ChannelUnread
Source§impl Ord for ChannelUnread
impl Ord for ChannelUnread
Source§fn cmp(&self, other: &ChannelUnread) -> Ordering
fn cmp(&self, other: &ChannelUnread) -> 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 for ChannelUnread
impl PartialEq for ChannelUnread
Source§impl PartialOrd for ChannelUnread
impl PartialOrd for ChannelUnread
Source§impl Serialize for ChannelUnread
impl Serialize for ChannelUnread
impl Eq for ChannelUnread
impl StructuralPartialEq for ChannelUnread
Auto Trait Implementations§
impl Freeze for ChannelUnread
impl RefUnwindSafe for ChannelUnread
impl Send for ChannelUnread
impl Sync for ChannelUnread
impl Unpin for ChannelUnread
impl UnwindSafe for ChannelUnread
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