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