pub struct QuotientNormalizer { /* private fields */ }Expand description
A normalizer that reduces quotient expressions to normal form.
Repeatedly applies quotient reduction rules until no more apply.
Implementations§
Auto Trait Implementations§
impl Freeze for QuotientNormalizer
impl RefUnwindSafe for QuotientNormalizer
impl Send for QuotientNormalizer
impl Sync for QuotientNormalizer
impl Unpin for QuotientNormalizer
impl UnsafeUnpin for QuotientNormalizer
impl UnwindSafe for QuotientNormalizer
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