pub struct SlackSocketModeInteractiveEventInit {
pub envelope_params: SlackSocketModeEventEnvelopeParams,
pub payload: SlackInteractionEvent,
}Fields§
§envelope_params: SlackSocketModeEventEnvelopeParams§payload: SlackInteractionEventTrait Implementations§
Source§impl From<SlackSocketModeInteractiveEventInit> for SlackSocketModeInteractiveEvent
impl From<SlackSocketModeInteractiveEventInit> for SlackSocketModeInteractiveEvent
Source§fn from(value: SlackSocketModeInteractiveEventInit) -> Self
fn from(value: SlackSocketModeInteractiveEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackSocketModeInteractiveEventInit
impl RefUnwindSafe for SlackSocketModeInteractiveEventInit
impl Send for SlackSocketModeInteractiveEventInit
impl Sync for SlackSocketModeInteractiveEventInit
impl Unpin for SlackSocketModeInteractiveEventInit
impl UnwindSafe for SlackSocketModeInteractiveEventInit
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