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