pub enum ProcessingLevel {
Level0,
Level1,
Level2,
}Variants§
Trait Implementations§
Source§impl Clone for ProcessingLevel
impl Clone for ProcessingLevel
Source§fn clone(&self) -> ProcessingLevel
fn clone(&self) -> ProcessingLevel
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 ProcessingLevel
impl Debug for ProcessingLevel
Source§impl Hash for ProcessingLevel
impl Hash for ProcessingLevel
Source§impl PartialEq for ProcessingLevel
impl PartialEq for ProcessingLevel
Source§impl PartialOrd for ProcessingLevel
impl PartialOrd for ProcessingLevel
impl Copy for ProcessingLevel
impl Eq for ProcessingLevel
impl StructuralPartialEq for ProcessingLevel
Auto Trait Implementations§
impl Freeze for ProcessingLevel
impl RefUnwindSafe for ProcessingLevel
impl Send for ProcessingLevel
impl Sync for ProcessingLevel
impl Unpin for ProcessingLevel
impl UnwindSafe for ProcessingLevel
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