pub struct FunctionHeadParens<'tree> {
pub span: Span,
pub name: Option<FunctionHeadParensName<'tree>>,
pub parens: Option<Box<FunctionHeadParens<'tree>>>,
pub patterns: Option<Patterns<'tree>>,
pub children: Option<Infix<'tree>>,
}Fields§
§span: Span§name: Option<FunctionHeadParensName<'tree>>§parens: Option<Box<FunctionHeadParens<'tree>>>§patterns: Option<Patterns<'tree>>§children: Option<Infix<'tree>>Trait Implementations§
Source§impl<'tree> Clone for FunctionHeadParens<'tree>
impl<'tree> Clone for FunctionHeadParens<'tree>
Source§fn clone(&self) -> FunctionHeadParens<'tree>
fn clone(&self) -> FunctionHeadParens<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for FunctionHeadParens<'tree>
impl<'tree> Debug for FunctionHeadParens<'tree>
impl<'tree> Eq for FunctionHeadParens<'tree>
Source§impl<'tree> FromNode<'tree> for FunctionHeadParens<'tree>
impl<'tree> FromNode<'tree> for FunctionHeadParens<'tree>
Source§impl<'tree> PartialEq for FunctionHeadParens<'tree>
impl<'tree> PartialEq for FunctionHeadParens<'tree>
Source§impl Spanned for FunctionHeadParens<'_>
impl Spanned for FunctionHeadParens<'_>
impl<'tree> StructuralPartialEq for FunctionHeadParens<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FunctionHeadParens<'tree>
impl<'tree> RefUnwindSafe for FunctionHeadParens<'tree>
impl<'tree> Send for FunctionHeadParens<'tree>
impl<'tree> Sync for FunctionHeadParens<'tree>
impl<'tree> Unpin for FunctionHeadParens<'tree>
impl<'tree> UnsafeUnpin for FunctionHeadParens<'tree>
impl<'tree> UnwindSafe for FunctionHeadParens<'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