pub struct FindDegenerates {
pub enable: bool,
pub remove: bool,
}
Expand description
Arguments for find_degenerates
post-process step.
Fields§
§enable: bool
Whether to enable the step. Default: false
remove: bool
Whether to remove any found degenerates. Default: true
Trait Implementations§
Source§impl Default for FindDegenerates
impl Default for FindDegenerates
Source§fn default() -> FindDegenerates
fn default() -> FindDegenerates
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FindDegenerates
impl RefUnwindSafe for FindDegenerates
impl Send for FindDegenerates
impl Sync for FindDegenerates
impl Unpin for FindDegenerates
impl UnwindSafe for FindDegenerates
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