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
Performs the conversion.
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 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