pub struct LowerEq;
Trait Implementations§
Source§impl RewriteRuleset for LowerEq
impl RewriteRuleset for LowerEq
Auto Trait Implementations§
impl Freeze for LowerEq
impl RefUnwindSafe for LowerEq
impl Send for LowerEq
impl Sync for LowerEq
impl Unpin for LowerEq
impl UnwindSafe for LowerEq
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