pub struct NestedParentheses {
pub max_depth: usize,
}Fields§
§max_depth: usizeTrait Implementations§
Source§impl Default for NestedParentheses
impl Default for NestedParentheses
Source§impl Rule for NestedParentheses
impl Rule for NestedParentheses
Auto Trait Implementations§
impl Freeze for NestedParentheses
impl RefUnwindSafe for NestedParentheses
impl Send for NestedParentheses
impl Sync for NestedParentheses
impl Unpin for NestedParentheses
impl UnsafeUnpin for NestedParentheses
impl UnwindSafe for NestedParentheses
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