Enum ezno_parser::JSXElementChildren 
source · pub enum JSXElementChildren {
    Children(Vec<JSXNode>),
    SelfClosing,
}Variants§
Trait Implementations§
source§impl Clone for JSXElementChildren
 
impl Clone for JSXElementChildren
source§fn clone(&self) -> JSXElementChildren
 
fn clone(&self) -> JSXElementChildren
Returns a copy 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 Debug for JSXElementChildren
 
impl Debug for JSXElementChildren
source§impl PartialEq for JSXElementChildren
 
impl PartialEq for JSXElementChildren
source§fn eq(&self, other: &JSXElementChildren) -> bool
 
fn eq(&self, other: &JSXElementChildren) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl SelfRustTokenize for JSXElementChildren
 
impl SelfRustTokenize for JSXElementChildren
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
 
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self
source§impl Serialize for JSXElementChildren
 
impl Serialize for JSXElementChildren
source§impl Visitable for JSXElementChildren
 
impl Visitable for JSXElementChildren
fn visit<TData>( &self, visitors: &mut (impl VisitorReceiver<TData> + ?Sized), data: &mut TData, settings: &VisitSettings, chain: &mut Annex<'_, Chain> )
fn visit_mut<TData>( &mut self, visitors: &mut (impl VisitorMutReceiver<TData> + ?Sized), data: &mut TData, settings: &VisitSettings, chain: &mut Annex<'_, Chain> )
impl Eq for JSXElementChildren
impl StructuralEq for JSXElementChildren
impl StructuralPartialEq for JSXElementChildren
Auto Trait Implementations§
impl RefUnwindSafe for JSXElementChildren
impl Send for JSXElementChildren
impl Sync for JSXElementChildren
impl Unpin for JSXElementChildren
impl UnwindSafe for JSXElementChildren
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