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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SlackApiRateControlSpecialLimitKey
Source§impl From<&String> for SlackApiRateControlSpecialLimitKey
impl From<&String> for SlackApiRateControlSpecialLimitKey
Source§impl From<&str> for SlackApiRateControlSpecialLimitKey
impl From<&str> for SlackApiRateControlSpecialLimitKey
impl StructuralPartialEq for SlackApiRateControlSpecialLimitKey
Auto Trait Implementations§
impl Freeze for SlackApiRateControlSpecialLimitKey
impl RefUnwindSafe for SlackApiRateControlSpecialLimitKey
impl Send for SlackApiRateControlSpecialLimitKey
impl Sync for SlackApiRateControlSpecialLimitKey
impl Unpin for SlackApiRateControlSpecialLimitKey
impl UnsafeUnpin 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