Struct slack_morphism::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