pub struct JSXClosingFragment {
pub base: BaseNode,
}Fields§
§base: BaseNodeTrait Implementations§
Source§impl Clone for JSXClosingFragment
impl Clone for JSXClosingFragment
Source§fn clone(&self) -> JSXClosingFragment
fn clone(&self) -> JSXClosingFragment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JSXClosingFragment
impl Debug for JSXClosingFragment
Auto Trait Implementations§
impl Freeze for JSXClosingFragment
impl RefUnwindSafe for JSXClosingFragment
impl Send for JSXClosingFragment
impl Sync for JSXClosingFragment
impl Unpin for JSXClosingFragment
impl UnsafeUnpin for JSXClosingFragment
impl UnwindSafe for JSXClosingFragment
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