Struct slack_morphism::events::SlackEventId
source · pub struct SlackEventId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
source§impl AsRef<str> for SlackEventId
impl AsRef<str> for SlackEventId
source§impl Clone for SlackEventId
impl Clone for SlackEventId
source§fn clone(&self) -> SlackEventId
fn clone(&self) -> SlackEventId
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 SlackEventId
impl Debug for SlackEventId
source§impl<'de> Deserialize<'de> for SlackEventId
impl<'de> Deserialize<'de> for SlackEventId
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 SlackEventId
impl Display for SlackEventId
source§impl From<&String> for SlackEventId
impl From<&String> for SlackEventId
source§impl From<&str> for SlackEventId
impl From<&str> for SlackEventId
source§impl From<String> for SlackEventId
impl From<String> for SlackEventId
source§impl FromStr for SlackEventId
impl FromStr for SlackEventId
source§impl Hash for SlackEventId
impl Hash for SlackEventId
source§impl PartialEq<SlackEventId> for SlackEventId
impl PartialEq<SlackEventId> for SlackEventId
source§fn eq(&self, other: &SlackEventId) -> bool
fn eq(&self, other: &SlackEventId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.