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