pub enum ElementValueArrayInitializerChildren<'tree> {
Annotation(Box<Annotation<'tree>>),
ElementValueArrayInitializer(Box<ElementValueArrayInitializer<'tree>>),
Expression(Box<Expression<'tree>>),
MarkerAnnotation(Box<MarkerAnnotation<'tree>>),
}Variants§
Annotation(Box<Annotation<'tree>>)
ElementValueArrayInitializer(Box<ElementValueArrayInitializer<'tree>>)
Expression(Box<Expression<'tree>>)
MarkerAnnotation(Box<MarkerAnnotation<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for ElementValueArrayInitializerChildren<'tree>
impl<'tree> Clone for ElementValueArrayInitializerChildren<'tree>
Source§fn clone(&self) -> ElementValueArrayInitializerChildren<'tree>
fn clone(&self) -> ElementValueArrayInitializerChildren<'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 ElementValueArrayInitializerChildren<'tree>
impl<'tree> Debug for ElementValueArrayInitializerChildren<'tree>
Source§impl<'tree> FromNode<'tree> for ElementValueArrayInitializerChildren<'tree>
impl<'tree> FromNode<'tree> for ElementValueArrayInitializerChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ElementValueArrayInitializerChildren<'tree>
impl<'tree> RefUnwindSafe for ElementValueArrayInitializerChildren<'tree>
impl<'tree> Send for ElementValueArrayInitializerChildren<'tree>
impl<'tree> Sync for ElementValueArrayInitializerChildren<'tree>
impl<'tree> Unpin for ElementValueArrayInitializerChildren<'tree>
impl<'tree> UnsafeUnpin for ElementValueArrayInitializerChildren<'tree>
impl<'tree> UnwindSafe for ElementValueArrayInitializerChildren<'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