pub enum RateLimitType {
Order,
Request,
RequestWeight,
}
Expand description
Market rate limit type.
Variants§
Trait Implementations§
Source§impl Debug for RateLimitType
impl Debug for RateLimitType
Auto Trait Implementations§
impl Freeze for RateLimitType
impl RefUnwindSafe for RateLimitType
impl Send for RateLimitType
impl Sync for RateLimitType
impl Unpin for RateLimitType
impl UnwindSafe for RateLimitType
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