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