Struct slack_morphism::events::SlackAppMentionEventInit
source · pub struct SlackAppMentionEventInit {
pub user: SlackUserId,
pub channel: SlackChannelId,
pub content: SlackMessageContent,
pub origin: SlackMessageOrigin,
}Fields
user: SlackUserIdchannel: SlackChannelIdcontent: SlackMessageContentorigin: SlackMessageOriginTrait Implementations
sourceimpl From<SlackAppMentionEventInit> for SlackAppMentionEvent
impl From<SlackAppMentionEventInit> for SlackAppMentionEvent
sourcefn from(value: SlackAppMentionEventInit) -> Self
fn from(value: SlackAppMentionEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackAppMentionEventInit
impl Send for SlackAppMentionEventInit
impl Sync for SlackAppMentionEventInit
impl Unpin for SlackAppMentionEventInit
impl UnwindSafe for SlackAppMentionEventInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more