pub enum ProcessingType {
Clean,
Smudge,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProcessingType
impl Clone for ProcessingType
Source§fn clone(&self) -> ProcessingType
fn clone(&self) -> ProcessingType
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 Hash for ProcessingType
impl Hash for ProcessingType
Source§impl PartialEq for ProcessingType
impl PartialEq for ProcessingType
impl Copy for ProcessingType
impl StructuralPartialEq for ProcessingType
Auto Trait Implementations§
impl Freeze for ProcessingType
impl RefUnwindSafe for ProcessingType
impl Send for ProcessingType
impl Sync for ProcessingType
impl Unpin for ProcessingType
impl UnwindSafe for ProcessingType
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