#[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 duplicate 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
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