Struct slack_morphism::events::SlackTeamJoinEvent
source · pub struct SlackTeamJoinEvent {
pub user: SlackUser,
}
Fields§
§user: SlackUser
Implementations§
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 for SlackTeamJoinEvent
impl PartialEq 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 ==
.source§impl Serialize for SlackTeamJoinEvent
impl Serialize for SlackTeamJoinEvent
impl StructuralPartialEq for SlackTeamJoinEvent
Auto Trait Implementations§
impl RefUnwindSafe for SlackTeamJoinEvent
impl Send for SlackTeamJoinEvent
impl Sync for SlackTeamJoinEvent
impl Unpin for SlackTeamJoinEvent
impl UnwindSafe for SlackTeamJoinEvent
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