pub struct SlackInteractionMessageActionEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub callback_id: SlackCallbackId,
pub trigger_id: SlackTriggerId,
pub response_url: SlackResponseUrl,
}
Fields§
§team: SlackBasicTeamInfo
§user: SlackBasicUserInfo
§callback_id: SlackCallbackId
§trigger_id: SlackTriggerId
§response_url: SlackResponseUrl
Trait Implementations§
Source§impl From<SlackInteractionMessageActionEventInit> for SlackInteractionMessageActionEvent
impl From<SlackInteractionMessageActionEventInit> for SlackInteractionMessageActionEvent
Source§fn from(value: SlackInteractionMessageActionEventInit) -> Self
fn from(value: SlackInteractionMessageActionEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackInteractionMessageActionEventInit
impl RefUnwindSafe for SlackInteractionMessageActionEventInit
impl Send for SlackInteractionMessageActionEventInit
impl Sync for SlackInteractionMessageActionEventInit
impl Unpin for SlackInteractionMessageActionEventInit
impl UnwindSafe for SlackInteractionMessageActionEventInit
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