pub enum RateLimitStrategy {
Delay,
Error,
}Variants§
Trait Implementations§
Source§impl Default for RateLimitStrategy
impl Default for RateLimitStrategy
Source§fn default() -> RateLimitStrategy
fn default() -> RateLimitStrategy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RateLimitStrategy
impl RefUnwindSafe for RateLimitStrategy
impl Send for RateLimitStrategy
impl Sync for RateLimitStrategy
impl Unpin for RateLimitStrategy
impl UnwindSafe for RateLimitStrategy
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