pub struct BotMessageStampsUpdated {
pub base: Base,
pub message_id: Uuid,
pub stamps: Vec<MessageStamp>,
}Fields§
§base: Base§message_id: Uuid§stamps: Vec<MessageStamp>Trait Implementations§
Source§impl Clone for BotMessageStampsUpdated
impl Clone for BotMessageStampsUpdated
Source§fn clone(&self) -> BotMessageStampsUpdated
fn clone(&self) -> BotMessageStampsUpdated
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 BotMessageStampsUpdated
impl Debug for BotMessageStampsUpdated
Source§impl<'de> Deserialize<'de> for BotMessageStampsUpdated
impl<'de> Deserialize<'de> for BotMessageStampsUpdated
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<BotMessageStampsUpdated> for Events
impl From<BotMessageStampsUpdated> for Events
Source§fn from(bot_message_stamps_updated: BotMessageStampsUpdated) -> Self
fn from(bot_message_stamps_updated: BotMessageStampsUpdated) -> Self
Converts to this type from the input type.
Source§impl Hash for BotMessageStampsUpdated
impl Hash for BotMessageStampsUpdated
Source§impl PartialEq for BotMessageStampsUpdated
impl PartialEq for BotMessageStampsUpdated
Source§impl Serialize for BotMessageStampsUpdated
impl Serialize for BotMessageStampsUpdated
Source§impl<'a> TryFrom<&'a Events> for &'a BotMessageStampsUpdated
impl<'a> TryFrom<&'a Events> for &'a BotMessageStampsUpdated
Source§impl TryFrom<Events> for BotMessageStampsUpdated
impl TryFrom<Events> for BotMessageStampsUpdated
impl Eq for BotMessageStampsUpdated
impl StructuralPartialEq for BotMessageStampsUpdated
Auto Trait Implementations§
impl Freeze for BotMessageStampsUpdated
impl RefUnwindSafe for BotMessageStampsUpdated
impl Send for BotMessageStampsUpdated
impl Sync for BotMessageStampsUpdated
impl Unpin for BotMessageStampsUpdated
impl UnwindSafe for BotMessageStampsUpdated
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.