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