pub enum PreprocessingPreset {
Minimal,
Standard,
Aggressive,
}Expand description
Preprocessing preset levels.
Variants§
Trait Implementations§
Source§impl Clone for PreprocessingPreset
impl Clone for PreprocessingPreset
Source§fn clone(&self) -> PreprocessingPreset
fn clone(&self) -> PreprocessingPreset
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 PreprocessingPreset
impl Debug for PreprocessingPreset
Source§impl Default for PreprocessingPreset
impl Default for PreprocessingPreset
Source§impl PartialEq for PreprocessingPreset
impl PartialEq for PreprocessingPreset
impl Copy for PreprocessingPreset
impl Eq for PreprocessingPreset
impl StructuralPartialEq for PreprocessingPreset
Auto Trait Implementations§
impl Freeze for PreprocessingPreset
impl RefUnwindSafe for PreprocessingPreset
impl Send for PreprocessingPreset
impl Sync for PreprocessingPreset
impl Unpin for PreprocessingPreset
impl UnwindSafe for PreprocessingPreset
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