#[repr(u32)]pub enum GreedyRewriteStrictness {
AnyOp = 0,
ExistingAndNewOps = 1,
ExistingOps = 2,
}Expand description
Strictness level for the greedy rewrite driver.
Variants§
Trait Implementations§
Source§impl Clone for GreedyRewriteStrictness
impl Clone for GreedyRewriteStrictness
Source§fn clone(&self) -> GreedyRewriteStrictness
fn clone(&self) -> GreedyRewriteStrictness
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 GreedyRewriteStrictness
impl Debug for GreedyRewriteStrictness
Source§impl PartialEq for GreedyRewriteStrictness
impl PartialEq for GreedyRewriteStrictness
impl Copy for GreedyRewriteStrictness
impl Eq for GreedyRewriteStrictness
impl StructuralPartialEq for GreedyRewriteStrictness
Auto Trait Implementations§
impl Freeze for GreedyRewriteStrictness
impl RefUnwindSafe for GreedyRewriteStrictness
impl Send for GreedyRewriteStrictness
impl Sync for GreedyRewriteStrictness
impl Unpin for GreedyRewriteStrictness
impl UnwindSafe for GreedyRewriteStrictness
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