pub enum SlackApiMethodRateTier {
Tier1,
Tier2,
Tier3,
Tier4,
}Variants
Tier1
Tier2
Tier3
Tier4
Trait Implementations
sourceimpl Clone for SlackApiMethodRateTier
impl Clone for SlackApiMethodRateTier
sourcefn clone(&self) -> SlackApiMethodRateTier
fn clone(&self) -> SlackApiMethodRateTier
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 Debug for SlackApiMethodRateTier
impl Debug for SlackApiMethodRateTier
sourceimpl Hash for SlackApiMethodRateTier
impl Hash for SlackApiMethodRateTier
sourceimpl PartialEq<SlackApiMethodRateTier> for SlackApiMethodRateTier
impl PartialEq<SlackApiMethodRateTier> for SlackApiMethodRateTier
sourcefn eq(&self, other: &SlackApiMethodRateTier) -> bool
fn eq(&self, other: &SlackApiMethodRateTier) -> bool
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
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