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