Enum ezno_parser::ast::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<JSXElementChildren> for JSXElementChildren
impl PartialEq<JSXElementChildren> 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