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