Struct slack_morphism::prelude::SlackTeamJoinEvent
source · pub struct SlackTeamJoinEvent {
pub user: SlackUser,
}Fields§
§user: SlackUserImplementations§
Trait Implementations§
source§impl Clone for SlackTeamJoinEvent
impl Clone for SlackTeamJoinEvent
source§fn clone(&self) -> SlackTeamJoinEvent
fn clone(&self) -> SlackTeamJoinEvent
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 SlackTeamJoinEvent
impl Debug for SlackTeamJoinEvent
source§impl<'de> Deserialize<'de> for SlackTeamJoinEvent
impl<'de> Deserialize<'de> for SlackTeamJoinEvent
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<SlackTeamJoinEventInit> for SlackTeamJoinEvent
impl From<SlackTeamJoinEventInit> for SlackTeamJoinEvent
source§fn from(value: SlackTeamJoinEventInit) -> Self
fn from(value: SlackTeamJoinEventInit) -> Self
Converts to this type from the input type.
source§impl PartialEq<SlackTeamJoinEvent> for SlackTeamJoinEvent
impl PartialEq<SlackTeamJoinEvent> for SlackTeamJoinEvent
source§fn eq(&self, other: &SlackTeamJoinEvent) -> bool
fn eq(&self, other: &SlackTeamJoinEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.