pub enum SlackApiMethodRateTier {
Tier1,
Tier2,
Tier3,
Tier4,
}
Variants§
Trait Implementations§
source§impl Clone for SlackApiMethodRateTier
impl Clone for SlackApiMethodRateTier
source§fn clone(&self) -> SlackApiMethodRateTier
fn clone(&self) -> SlackApiMethodRateTier
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 SlackApiMethodRateTier
impl Debug for SlackApiMethodRateTier
source§impl Hash for SlackApiMethodRateTier
impl Hash for SlackApiMethodRateTier
source§impl PartialEq for SlackApiMethodRateTier
impl PartialEq for SlackApiMethodRateTier
source§fn eq(&self, other: &SlackApiMethodRateTier) -> bool
fn eq(&self, other: &SlackApiMethodRateTier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SlackApiMethodRateTier
impl StructuralEq for SlackApiMethodRateTier
impl StructuralPartialEq for SlackApiMethodRateTier
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiMethodRateTier
impl Send for SlackApiMethodRateTier
impl Sync for SlackApiMethodRateTier
impl Unpin for SlackApiMethodRateTier
impl UnwindSafe for SlackApiMethodRateTier
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