pub struct MdxJsx {
pub meta: NodeMeta,
pub value: String,
}Expand description
A block-level MDX JSX element (distinct from directives).
Fields§
§meta: NodeMetaNode metadata (source span).
value: StringThe literal JSX source.
Trait Implementations§
impl Eq for MdxJsx
impl StructuralPartialEq for MdxJsx
Auto Trait Implementations§
impl Freeze for MdxJsx
impl RefUnwindSafe for MdxJsx
impl Send for MdxJsx
impl Sync for MdxJsx
impl Unpin for MdxJsx
impl UnsafeUnpin for MdxJsx
impl UnwindSafe for MdxJsx
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