Struct wal_core::virtual_dom::vtext::VText
source · pub struct VText { /* private fields */ }Expand description
Node in virtual DOM tree representing Text. It undergoes virtual DOM manipulations and patching algorithm optimizations.
Implementations§
Trait Implementations§
source§impl PartialEq for VText
impl PartialEq for VText
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§
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