pub struct AnnotationArgumentList<'tree> {
pub span: Span,
pub children: Vec<AnnotationArgumentListChildren<'tree>>,
}Fields§
§span: Span§children: Vec<AnnotationArgumentListChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for AnnotationArgumentList<'tree>
impl<'tree> Clone for AnnotationArgumentList<'tree>
Source§fn clone(&self) -> AnnotationArgumentList<'tree>
fn clone(&self) -> AnnotationArgumentList<'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 AnnotationArgumentList<'tree>
impl<'tree> Debug for AnnotationArgumentList<'tree>
Source§impl<'tree> FromNode<'tree> for AnnotationArgumentList<'tree>
impl<'tree> FromNode<'tree> for AnnotationArgumentList<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AnnotationArgumentList<'tree>
impl<'tree> RefUnwindSafe for AnnotationArgumentList<'tree>
impl<'tree> Send for AnnotationArgumentList<'tree>
impl<'tree> Sync for AnnotationArgumentList<'tree>
impl<'tree> Unpin for AnnotationArgumentList<'tree>
impl<'tree> UnsafeUnpin for AnnotationArgumentList<'tree>
impl<'tree> UnwindSafe for AnnotationArgumentList<'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