Struct wal_core::virtual_dom::vlist::VList
source · pub struct VList { /* private fields */ }Expand description
A list of nodes of virtual DOM tree. It undergoes virtual DOM manipulations and patching algorithm optimizations.
Implementations§
Trait Implementations§
source§impl PartialEq for VList
impl PartialEq for VList
impl StructuralPartialEq for VList
Auto Trait Implementations§
impl !RefUnwindSafe for VList
impl !Send for VList
impl !Sync for VList
impl Unpin for VList
impl !UnwindSafe for VList
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