pub(crate) struct Sol301 {}Expand description
301h Remove Invalid Parentheses
Implementations§
Auto Trait Implementations§
impl Freeze for Sol301
impl RefUnwindSafe for Sol301
impl Send for Sol301
impl Sync for Sol301
impl Unpin for Sol301
impl UnsafeUnpin for Sol301
impl UnwindSafe for Sol301
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