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
Performs the conversion.
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more