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
source§impl Display for SlackOAuthCode
impl Display for SlackOAuthCode
source§impl From<&String> for SlackOAuthCode
impl From<&String> for SlackOAuthCode
source§impl From<&str> for SlackOAuthCode
impl From<&str> for SlackOAuthCode
source§impl From<String> for SlackOAuthCode
impl From<String> for SlackOAuthCode
source§impl FromStr for SlackOAuthCode
impl FromStr for SlackOAuthCode
source§impl Hash for SlackOAuthCode
impl Hash for SlackOAuthCode
source§impl PartialEq<SlackOAuthCode> for SlackOAuthCode
impl PartialEq<SlackOAuthCode> for SlackOAuthCode
source§fn eq(&self, other: &SlackOAuthCode) -> bool
fn eq(&self, other: &SlackOAuthCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.