pub struct JSXText {
pub base: BaseNode,
pub value: String,
}Fields§
§base: BaseNode§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for JSXText
impl RefUnwindSafe for JSXText
impl Send for JSXText
impl Sync for JSXText
impl Unpin for JSXText
impl UnsafeUnpin for JSXText
impl UnwindSafe for JSXText
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