pub struct SlackApiRateControlSpecialLimitKey(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackApiRateControlSpecialLimitKey
impl AsRef<str> for SlackApiRateControlSpecialLimitKey
sourceimpl Clone for SlackApiRateControlSpecialLimitKey
impl Clone for SlackApiRateControlSpecialLimitKey
sourcefn clone(&self) -> SlackApiRateControlSpecialLimitKey
fn clone(&self) -> SlackApiRateControlSpecialLimitKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<&String> for SlackApiRateControlSpecialLimitKey
impl From<&String> for SlackApiRateControlSpecialLimitKey
sourceimpl From<&str> for SlackApiRateControlSpecialLimitKey
impl From<&str> for SlackApiRateControlSpecialLimitKey
sourceimpl PartialEq<SlackApiRateControlSpecialLimitKey> for SlackApiRateControlSpecialLimitKey
impl PartialEq<SlackApiRateControlSpecialLimitKey> for SlackApiRateControlSpecialLimitKey
sourcefn eq(&self, other: &SlackApiRateControlSpecialLimitKey) -> bool
fn eq(&self, other: &SlackApiRateControlSpecialLimitKey) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more