pub struct TypingStart {
pub channel_id: Id<ChannelMarker>,
pub guild_id: Option<Id<GuildMarker>>,
pub member: Option<Member>,
pub timestamp: u64,
pub user_id: Id<UserMarker>,
}
Fields§
§channel_id: Id<ChannelMarker>
§guild_id: Option<Id<GuildMarker>>
§member: Option<Member>
§timestamp: u64
§user_id: Id<UserMarker>
Trait Implementations§
Source§impl Clone for TypingStart
impl Clone for TypingStart
Source§fn clone(&self) -> TypingStart
fn clone(&self) -> TypingStart
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 TypingStart
impl Debug for TypingStart
Source§impl<'de> Deserialize<'de> for TypingStart
impl<'de> Deserialize<'de> for TypingStart
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 TypingStart
impl Hash for TypingStart
Source§impl PartialEq for TypingStart
impl PartialEq for TypingStart
Source§impl Serialize for TypingStart
impl Serialize for TypingStart
impl Eq for TypingStart
impl StructuralPartialEq for TypingStart
Auto Trait Implementations§
impl Freeze for TypingStart
impl RefUnwindSafe for TypingStart
impl Send for TypingStart
impl Sync for TypingStart
impl Unpin for TypingStart
impl UnwindSafe for TypingStart
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