Enum rs_pixel::RateLimitStrategy
source · [−]pub enum RateLimitStrategy {
Delay,
Error,
}Variants
Delay
Error
Trait Implementations
sourceimpl PartialEq<RateLimitStrategy> for RateLimitStrategy
impl PartialEq<RateLimitStrategy> for RateLimitStrategy
sourcefn eq(&self, other: &RateLimitStrategy) -> bool
fn eq(&self, other: &RateLimitStrategy) -> bool
impl StructuralPartialEq for RateLimitStrategy
Auto Trait Implementations
impl RefUnwindSafe for RateLimitStrategy
impl Send for RateLimitStrategy
impl Sync for RateLimitStrategy
impl Unpin for RateLimitStrategy
impl UnwindSafe for RateLimitStrategy
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