Enum binance::rest_model::RateLimitInterval
source · [−]pub enum RateLimitInterval {
Second,
Minute,
Day,
}Expand description
Rate Limit Interval, used by RateLimitType
Variants
Second
Minute
Day
Trait Implementations
sourceimpl Clone for RateLimitInterval
impl Clone for RateLimitInterval
sourcefn clone(&self) -> RateLimitInterval
fn clone(&self) -> RateLimitInterval
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 RateLimitInterval
impl Debug for RateLimitInterval
sourceimpl<'de> Deserialize<'de> for RateLimitInterval
impl<'de> Deserialize<'de> for RateLimitInterval
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<RateLimitInterval> for RateLimitInterval
impl PartialEq<RateLimitInterval> for RateLimitInterval
sourcefn eq(&self, other: &RateLimitInterval) -> bool
fn eq(&self, other: &RateLimitInterval) -> bool
sourceimpl Serialize for RateLimitInterval
impl Serialize for RateLimitInterval
impl StructuralPartialEq for RateLimitInterval
Auto Trait Implementations
impl RefUnwindSafe for RateLimitInterval
impl Send for RateLimitInterval
impl Sync for RateLimitInterval
impl Unpin for RateLimitInterval
impl UnwindSafe for RateLimitInterval
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