pub struct SlackSocketModeInteractiveEventInit {
pub envelope_params: SlackSocketModeEventEnvelopeParams,
pub payload: SlackInteractionEvent,
}Fields
envelope_params: SlackSocketModeEventEnvelopeParamspayload: SlackInteractionEventTrait Implementations
sourceimpl From<SlackSocketModeInteractiveEventInit> for SlackSocketModeInteractiveEvent
impl From<SlackSocketModeInteractiveEventInit> for SlackSocketModeInteractiveEvent
sourcefn from(value: SlackSocketModeInteractiveEventInit) -> Self
fn from(value: SlackSocketModeInteractiveEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackSocketModeInteractiveEventInit
impl Send for SlackSocketModeInteractiveEventInit
impl Sync for SlackSocketModeInteractiveEventInit
impl Unpin for SlackSocketModeInteractiveEventInit
impl UnwindSafe for SlackSocketModeInteractiveEventInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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