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