pub struct VText {
pub content: String,
}Expand description
A virtual text node
Fields§
§content: StringImplementations§
Trait Implementations§
impl StructuralPartialEq for VText
Auto Trait Implementations§
impl Freeze for VText
impl RefUnwindSafe for VText
impl Send for VText
impl Sync for VText
impl Unpin for VText
impl UnwindSafe for VText
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