Enum binance::rest_model::RateLimitType
source · [−]pub enum RateLimitType {
RequestWeight,
Orders,
RawRequests,
Other,
}Expand description
API Rate Limit Example { “rateLimitType”: “REQUEST_WEIGHT”, “interval”: “MINUTE”, “intervalNum”: 1, “limit”: 1200 }
Variants
RequestWeight
Orders
RawRequests
Other
Trait Implementations
sourceimpl Clone for RateLimitType
impl Clone for RateLimitType
sourcefn clone(&self) -> RateLimitType
fn clone(&self) -> RateLimitType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RateLimitType
impl Debug for RateLimitType
sourceimpl<'de> Deserialize<'de> for RateLimitType
impl<'de> Deserialize<'de> for RateLimitType
sourcefn 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
sourceimpl PartialEq<RateLimitType> for RateLimitType
impl PartialEq<RateLimitType> for RateLimitType
sourcefn eq(&self, other: &RateLimitType) -> bool
fn eq(&self, other: &RateLimitType) -> bool
sourceimpl Serialize for RateLimitType
impl Serialize for RateLimitType
impl StructuralPartialEq for RateLimitType
Auto Trait Implementations
impl RefUnwindSafe for RateLimitType
impl Send for RateLimitType
impl Sync for RateLimitType
impl Unpin for RateLimitType
impl UnwindSafe for RateLimitType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more