pub struct SlackInteractionBlockActionsEventInit {
pub team: SlackBasicTeamInfo,
pub api_app_id: SlackAppId,
pub container: SlackInteractionActionContainer,
pub trigger_id: SlackTriggerId,
}Fields
team: SlackBasicTeamInfoapi_app_id: SlackAppIdcontainer: SlackInteractionActionContainertrigger_id: SlackTriggerIdTrait Implementations
sourceimpl From<SlackInteractionBlockActionsEventInit> for SlackInteractionBlockActionsEvent
impl From<SlackInteractionBlockActionsEventInit> for SlackInteractionBlockActionsEvent
sourcefn 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
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