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