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