pub enum ProcessingSpeed {
Fast,
Medium,
Slow,
}Expand description
Processing speed levels
Variants§
Trait Implementations§
Source§impl Clone for ProcessingSpeed
impl Clone for ProcessingSpeed
Source§fn clone(&self) -> ProcessingSpeed
fn clone(&self) -> ProcessingSpeed
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 ProcessingSpeed
impl Debug for ProcessingSpeed
impl Copy for ProcessingSpeed
Auto Trait Implementations§
impl Freeze for ProcessingSpeed
impl RefUnwindSafe for ProcessingSpeed
impl Send for ProcessingSpeed
impl Sync for ProcessingSpeed
impl Unpin for ProcessingSpeed
impl UnwindSafe for ProcessingSpeed
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