pub struct Parens<'tree> {
pub span: Span,
pub expression: Option<ParensExpression<'tree>>,
pub kind: Option<QuantifiedType<'tree>>,
pub name: Option<ParensName<'tree>>,
pub pattern: Option<ParensPattern<'tree>>,
pub patterns: Option<ParensPatterns<'tree>>,
pub type: Option<ParensType<'tree>>,
pub children: Option<ParensChildren<'tree>>,
}Fields§
§span: Span§expression: Option<ParensExpression<'tree>>§kind: Option<QuantifiedType<'tree>>§name: Option<ParensName<'tree>>§pattern: Option<ParensPattern<'tree>>§patterns: Option<ParensPatterns<'tree>>§type: Option<ParensType<'tree>>§children: Option<ParensChildren<'tree>>Trait Implementations§
impl<'tree> Eq for Parens<'tree>
Source§impl<'tree> PartialEq for Parens<'tree>
impl<'tree> PartialEq for Parens<'tree>
impl<'tree> StructuralPartialEq for Parens<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Parens<'tree>
impl<'tree> RefUnwindSafe for Parens<'tree>
impl<'tree> Send for Parens<'tree>
impl<'tree> Sync for Parens<'tree>
impl<'tree> Unpin for Parens<'tree>
impl<'tree> UnsafeUnpin for Parens<'tree>
impl<'tree> UnwindSafe for Parens<'tree>
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