Struct slack_morphism::prelude::socket_mode::SlackSocketModeInteractiveEvent [−][src]
pub struct SlackSocketModeInteractiveEvent {
pub envelope_params: SlackSocketModeEventEnvelopeParams,
pub payload: SlackInteractionEvent,
}Fields
envelope_params: SlackSocketModeEventEnvelopeParamspayload: SlackInteractionEventImplementations
pub fn new(
envelope_params: SlackSocketModeEventEnvelopeParams,
payload: SlackInteractionEvent
) -> SlackSocketModeInteractiveEvent
pub fn envelope_params(
&mut self,
value: SlackSocketModeEventEnvelopeParams
) -> &mut SlackSocketModeInteractiveEvent
pub fn with_envelope_params(
self,
value: SlackSocketModeEventEnvelopeParams
) -> SlackSocketModeInteractiveEvent
pub fn payload(
&mut self,
value: SlackInteractionEvent
) -> &mut SlackSocketModeInteractiveEvent
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackSocketModeInteractiveEvent, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackSocketModeInteractiveEvent, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl Send for SlackSocketModeInteractiveEvent
impl Sync for SlackSocketModeInteractiveEvent
impl Unpin for SlackSocketModeInteractiveEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
