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