pub struct SlackMemberLeftChannelEventInit {
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<SlackMemberLeftChannelEventInit> for SlackMemberLeftChannelEvent
impl From<SlackMemberLeftChannelEventInit> for SlackMemberLeftChannelEvent
Source§fn from(value: SlackMemberLeftChannelEventInit) -> Self
fn from(value: SlackMemberLeftChannelEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackMemberLeftChannelEventInit
impl RefUnwindSafe for SlackMemberLeftChannelEventInit
impl Send for SlackMemberLeftChannelEventInit
impl Sync for SlackMemberLeftChannelEventInit
impl Unpin for SlackMemberLeftChannelEventInit
impl UnwindSafe for SlackMemberLeftChannelEventInit
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