Struct slack_morphism::api::SlackOAuthCode
source · pub struct SlackOAuthCode(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
source§impl AsRef<str> for SlackOAuthCode
impl AsRef<str> for SlackOAuthCode
source§impl Clone for SlackOAuthCode
impl Clone for SlackOAuthCode
source§fn clone(&self) -> SlackOAuthCode
fn clone(&self) -> SlackOAuthCode
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 SlackOAuthCode
impl Debug for SlackOAuthCode
source§impl<'de> Deserialize<'de> for SlackOAuthCode
impl<'de> Deserialize<'de> for SlackOAuthCode
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