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