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