pub struct MessageList { /* private fields */ }Expand description
BirdedMessage
A message as queried from the MessageBird API.
Refer to SendableMessage for an object which can be
sent.
Only meant for receiving
Trait Implementations§
Source§impl Debug for MessageList
impl Debug for MessageList
Source§impl<'de> Deserialize<'de> for MessageList
impl<'de> Deserialize<'de> for MessageList
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
impl Eq for MessageList
Source§impl PartialEq for MessageList
impl PartialEq for MessageList
Source§fn eq(&self, other: &MessageList) -> bool
fn eq(&self, other: &MessageList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MessageList
impl Serialize for MessageList
impl StructuralPartialEq for MessageList
Auto Trait Implementations§
impl Freeze for MessageList
impl RefUnwindSafe for MessageList
impl Send for MessageList
impl Sync for MessageList
impl Unpin for MessageList
impl UnsafeUnpin for MessageList
impl UnwindSafe for MessageList
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.