pub struct SlackApiRateControlSpecialLimitKey(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
source§impl Clone for SlackApiRateControlSpecialLimitKey
impl Clone for SlackApiRateControlSpecialLimitKey
source§fn clone(&self) -> SlackApiRateControlSpecialLimitKey
fn clone(&self) -> SlackApiRateControlSpecialLimitKey
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 From<&String> for SlackApiRateControlSpecialLimitKey
impl From<&String> for SlackApiRateControlSpecialLimitKey
source§impl From<&str> for SlackApiRateControlSpecialLimitKey
impl From<&str> for SlackApiRateControlSpecialLimitKey
source§impl PartialEq<SlackApiRateControlSpecialLimitKey> for SlackApiRateControlSpecialLimitKey
impl PartialEq<SlackApiRateControlSpecialLimitKey> for SlackApiRateControlSpecialLimitKey
source§fn eq(&self, other: &SlackApiRateControlSpecialLimitKey) -> bool
fn eq(&self, other: &SlackApiRateControlSpecialLimitKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.