pub enum DomChange {
Added(DomRange),
Removed(DomRange),
}
Variants§
Added(DomRange)
Node is present on the new DOM, but not on the old one = add node
Removed(DomRange)
Node is present on the old DOM, but not on the new one = remove node
Trait Implementations§
Source§impl Ord for DomChange
impl Ord for DomChange
Source§impl PartialOrd for DomChange
impl PartialOrd for DomChange
impl Copy for DomChange
impl Eq for DomChange
impl StructuralPartialEq for DomChange
Auto Trait Implementations§
impl Freeze for DomChange
impl RefUnwindSafe for DomChange
impl Send for DomChange
impl Sync for DomChange
impl Unpin for DomChange
impl UnwindSafe for DomChange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)