pub struct SlackApiRateControlSpecialLimitKey(pub String);
Tuple Fields§
§0: String
Implementations§
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 for SlackApiRateControlSpecialLimitKey
impl PartialEq 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 ==
.impl Eq for SlackApiRateControlSpecialLimitKey
impl StructuralEq for SlackApiRateControlSpecialLimitKey
impl StructuralPartialEq for SlackApiRateControlSpecialLimitKey
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiRateControlSpecialLimitKey
impl Send for SlackApiRateControlSpecialLimitKey
impl Sync for SlackApiRateControlSpecialLimitKey
impl Unpin for SlackApiRateControlSpecialLimitKey
impl UnwindSafe for SlackApiRateControlSpecialLimitKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more