Struct slack_morphism_models::socket_mode::SlackSocketModeDebugInfo [−][src]
pub struct SlackSocketModeDebugInfo {
pub host: String,
pub started: Option<String>,
pub build_number: Option<u64>,
pub approximate_connection_time: Option<u64>,
}Fields
host: Stringstarted: Option<String>build_number: Option<u64>approximate_connection_time: Option<u64>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::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 !=.
Auto Trait Implementations
impl RefUnwindSafe for SlackSocketModeDebugInfo
impl Send for SlackSocketModeDebugInfo
impl Sync for SlackSocketModeDebugInfo
impl Unpin for SlackSocketModeDebugInfo
impl UnwindSafe for SlackSocketModeDebugInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
