pub enum ThrottleLevel {
Normal,
Reduced,
Blocked,
}Variants§
Trait Implementations§
Source§impl Clone for ThrottleLevel
impl Clone for ThrottleLevel
Source§fn clone(&self) -> ThrottleLevel
fn clone(&self) -> ThrottleLevel
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 ThrottleLevel
impl Debug for ThrottleLevel
Source§impl PartialEq for ThrottleLevel
impl PartialEq for ThrottleLevel
impl StructuralPartialEq for ThrottleLevel
Auto Trait Implementations§
impl Freeze for ThrottleLevel
impl RefUnwindSafe for ThrottleLevel
impl Send for ThrottleLevel
impl Sync for ThrottleLevel
impl Unpin for ThrottleLevel
impl UnsafeUnpin for ThrottleLevel
impl UnwindSafe for ThrottleLevel
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