pub enum BetaRateLimitErrorType {
RateLimitError,
}Variants§
RateLimitError
Trait Implementations§
Source§impl Clone for BetaRateLimitErrorType
impl Clone for BetaRateLimitErrorType
Source§fn clone(&self) -> BetaRateLimitErrorType
fn clone(&self) -> BetaRateLimitErrorType
Returns a duplicate 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 BetaRateLimitErrorType
impl Debug for BetaRateLimitErrorType
Source§impl<'de> Deserialize<'de> for BetaRateLimitErrorType
impl<'de> Deserialize<'de> for BetaRateLimitErrorType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BetaRateLimitErrorType
impl PartialEq for BetaRateLimitErrorType
Source§impl Serialize for BetaRateLimitErrorType
impl Serialize for BetaRateLimitErrorType
impl Eq for BetaRateLimitErrorType
impl StructuralPartialEq for BetaRateLimitErrorType
Auto Trait Implementations§
impl Freeze for BetaRateLimitErrorType
impl RefUnwindSafe for BetaRateLimitErrorType
impl Send for BetaRateLimitErrorType
impl Sync for BetaRateLimitErrorType
impl Unpin for BetaRateLimitErrorType
impl UnsafeUnpin for BetaRateLimitErrorType
impl UnwindSafe for BetaRateLimitErrorType
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