Enum rust_rocksdb::RateLimiterMode
source · #[repr(i32)]pub enum RateLimiterMode {
KReadsOnly = 0,
KWritesOnly = 1,
KAllIo = 2,
}Variants§
Trait Implementations§
source§impl Clone for RateLimiterMode
impl Clone for RateLimiterMode
source§fn clone(&self) -> RateLimiterMode
fn clone(&self) -> RateLimiterMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RateLimiterMode
impl Debug for RateLimiterMode
source§impl PartialEq for RateLimiterMode
impl PartialEq for RateLimiterMode
source§fn eq(&self, other: &RateLimiterMode) -> bool
fn eq(&self, other: &RateLimiterMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RateLimiterMode
impl Eq for RateLimiterMode
impl StructuralPartialEq for RateLimiterMode
Auto Trait Implementations§
impl Freeze for RateLimiterMode
impl RefUnwindSafe for RateLimiterMode
impl Send for RateLimiterMode
impl Sync for RateLimiterMode
impl Unpin for RateLimiterMode
impl UnwindSafe for RateLimiterMode
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