pub struct AttributedDeclarator<'tree> {
pub span: Span,
pub children: Vec<AttributedDeclaratorChildren<'tree>>,
}Fields§
§span: Span§children: Vec<AttributedDeclaratorChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for AttributedDeclarator<'tree>
impl<'tree> Clone for AttributedDeclarator<'tree>
Source§fn clone(&self) -> AttributedDeclarator<'tree>
fn clone(&self) -> AttributedDeclarator<'tree>
Returns a duplicate of the value. Read more
1.0.0 · 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 AttributedDeclarator<'tree>
impl<'tree> Debug for AttributedDeclarator<'tree>
Source§impl<'tree> FromNode<'tree> for AttributedDeclarator<'tree>
impl<'tree> FromNode<'tree> for AttributedDeclarator<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AttributedDeclarator<'tree>
impl<'tree> RefUnwindSafe for AttributedDeclarator<'tree>
impl<'tree> Send for AttributedDeclarator<'tree>
impl<'tree> Sync for AttributedDeclarator<'tree>
impl<'tree> Unpin for AttributedDeclarator<'tree>
impl<'tree> UnsafeUnpin for AttributedDeclarator<'tree>
impl<'tree> UnwindSafe for AttributedDeclarator<'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