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