Struct slack_morphism::events::SlackEventContext
source · pub struct SlackEventContext(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
source§impl AsRef<str> for SlackEventContext
impl AsRef<str> for SlackEventContext
source§impl Clone for SlackEventContext
impl Clone for SlackEventContext
source§fn clone(&self) -> SlackEventContext
fn clone(&self) -> SlackEventContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SlackEventContext
impl Debug for SlackEventContext
source§impl<'de> Deserialize<'de> for SlackEventContext
impl<'de> Deserialize<'de> for SlackEventContext
source§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
source§impl Display for SlackEventContext
impl Display for SlackEventContext
source§impl From<&String> for SlackEventContext
impl From<&String> for SlackEventContext
source§impl From<&str> for SlackEventContext
impl From<&str> for SlackEventContext
source§impl From<String> for SlackEventContext
impl From<String> for SlackEventContext
source§impl FromStr for SlackEventContext
impl FromStr for SlackEventContext
source§impl Hash for SlackEventContext
impl Hash for SlackEventContext
source§impl PartialEq<SlackEventContext> for SlackEventContext
impl PartialEq<SlackEventContext> for SlackEventContext
source§fn eq(&self, other: &SlackEventContext) -> bool
fn eq(&self, other: &SlackEventContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.