pub enum RateLimitPreset {
Delivery,
Management,
Custom(NonZeroU32),
}Variants§
Auto Trait Implementations§
impl Freeze for RateLimitPreset
impl RefUnwindSafe for RateLimitPreset
impl Send for RateLimitPreset
impl Sync for RateLimitPreset
impl Unpin for RateLimitPreset
impl UnsafeUnpin for RateLimitPreset
impl UnwindSafe for RateLimitPreset
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