Struct virtual_node::VText
source · [−]pub struct VText {
pub text: String,
}Expand description
Represents a text node
Fields
text: StringImplementations
Trait Implementations
sourceimpl From<VText> for VirtualNode
impl From<VText> for VirtualNode
impl StructuralPartialEq for VText
Auto Trait Implementations
impl RefUnwindSafe for VText
impl Send for VText
impl Sync for VText
impl Unpin for VText
impl UnwindSafe for VText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more