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