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<SlackApiMethodRateTier> for SlackApiMethodRateTier
impl PartialEq<SlackApiMethodRateTier> 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 ==.