pub struct SlackMemberJoinedChannelEventInit {
pub user: SlackUserId,
pub channel: SlackChannelId,
pub channel_type: SlackChannelType,
pub team: SlackTeamId,
}
Fields§
§user: SlackUserId
§channel: SlackChannelId
§channel_type: SlackChannelType
§team: SlackTeamId
Trait Implementations§
source§impl From<SlackMemberJoinedChannelEventInit> for SlackMemberJoinedChannelEvent
impl From<SlackMemberJoinedChannelEventInit> for SlackMemberJoinedChannelEvent
source§fn from(value: SlackMemberJoinedChannelEventInit) -> Self
fn from(value: SlackMemberJoinedChannelEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackMemberJoinedChannelEventInit
impl Send for SlackMemberJoinedChannelEventInit
impl Sync for SlackMemberJoinedChannelEventInit
impl Unpin for SlackMemberJoinedChannelEventInit
impl UnwindSafe for SlackMemberJoinedChannelEventInit
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