Struct slack_morphism::prelude::socket_mode::SlackSocketModeDisconnectEvent [−][src]
pub struct SlackSocketModeDisconnectEvent {
pub reason: String,
pub debug_info: SlackSocketModeDebugInfo,
}Fields
reason: Stringdebug_info: SlackSocketModeDebugInfoImplementations
pub fn new(
reason: String,
debug_info: SlackSocketModeDebugInfo
) -> SlackSocketModeDisconnectEvent
pub fn debug_info(
&mut self,
value: SlackSocketModeDebugInfo
) -> &mut SlackSocketModeDisconnectEvent
pub fn with_debug_info(
self,
value: SlackSocketModeDebugInfo
) -> SlackSocketModeDisconnectEvent
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackSocketModeDisconnectEvent, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackSocketModeDisconnectEvent, <__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 SlackSocketModeDisconnectEvent
impl Sync for SlackSocketModeDisconnectEvent
impl Unpin for SlackSocketModeDisconnectEvent
impl UnwindSafe for SlackSocketModeDisconnectEvent
Blanket Implementations
Mutably borrows from an owned value. Read more