pub struct SlackInteractionBlockActionsEventInit {
pub team: SlackBasicTeamInfo,
pub api_app_id: SlackAppId,
pub container: SlackInteractionActionContainer,
pub trigger_id: SlackTriggerId,
}
Fields§
§team: SlackBasicTeamInfo
§api_app_id: SlackAppId
§container: SlackInteractionActionContainer
§trigger_id: SlackTriggerId
Trait Implementations§
source§impl From<SlackInteractionBlockActionsEventInit> for SlackInteractionBlockActionsEvent
impl From<SlackInteractionBlockActionsEventInit> for SlackInteractionBlockActionsEvent
source§fn from(value: SlackInteractionBlockActionsEventInit) -> Self
fn from(value: SlackInteractionBlockActionsEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackInteractionBlockActionsEventInit
impl Send for SlackInteractionBlockActionsEventInit
impl Sync for SlackInteractionBlockActionsEventInit
impl Unpin for SlackInteractionBlockActionsEventInit
impl UnwindSafe for SlackInteractionBlockActionsEventInit
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