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