pub struct DirectMessageUpdated {
pub base: Base,
pub message: Message,
}Fields§
§base: Base§message: MessageTrait Implementations§
Source§impl Clone for DirectMessageUpdated
impl Clone for DirectMessageUpdated
Source§fn clone(&self) -> DirectMessageUpdated
fn clone(&self) -> DirectMessageUpdated
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 DirectMessageUpdated
impl Debug for DirectMessageUpdated
Source§impl<'de> Deserialize<'de> for DirectMessageUpdated
impl<'de> Deserialize<'de> for DirectMessageUpdated
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 From<DirectMessageUpdated> for Events
impl From<DirectMessageUpdated> for Events
Source§fn from(direct_message_updated: DirectMessageUpdated) -> Self
fn from(direct_message_updated: DirectMessageUpdated) -> Self
Converts to this type from the input type.
Source§impl Hash for DirectMessageUpdated
impl Hash for DirectMessageUpdated
Source§impl PartialEq for DirectMessageUpdated
impl PartialEq for DirectMessageUpdated
Source§impl Serialize for DirectMessageUpdated
impl Serialize for DirectMessageUpdated
Source§impl<'a> TryFrom<&'a Events> for &'a DirectMessageUpdated
impl<'a> TryFrom<&'a Events> for &'a DirectMessageUpdated
Source§impl TryFrom<Events> for DirectMessageUpdated
impl TryFrom<Events> for DirectMessageUpdated
impl Eq for DirectMessageUpdated
impl StructuralPartialEq for DirectMessageUpdated
Auto Trait Implementations§
impl Freeze for DirectMessageUpdated
impl RefUnwindSafe for DirectMessageUpdated
impl Send for DirectMessageUpdated
impl Sync for DirectMessageUpdated
impl Unpin for DirectMessageUpdated
impl UnwindSafe for DirectMessageUpdated
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.