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