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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more