[−][src]Struct mt_dom::patch::RemoveNode
remove the node at this NodeIdx
Fields
tag: Option<&'a TAG>the tag of the node that is to be removed
node_idx: NodeIdxthe node_idx of the node to be removed
Implementations
impl<'a, TAG> RemoveNode<'a, TAG>[src]
Trait Implementations
impl<'a, TAG: Debug> Debug for RemoveNode<'a, TAG>[src]
impl<'a, NS, TAG, ATT, VAL, EVENT, MSG> From<RemoveNode<'a, TAG>> for Patch<'a, NS, TAG, ATT, VAL, EVENT, MSG>[src]
fn from(rc: RemoveNode<'a, TAG>) -> Self[src]
impl<'a, TAG: PartialEq> PartialEq<RemoveNode<'a, TAG>> for RemoveNode<'a, TAG>[src]
fn eq(&self, other: &RemoveNode<'a, TAG>) -> bool[src]
fn ne(&self, other: &RemoveNode<'a, TAG>) -> bool[src]
impl<'a, TAG> StructuralPartialEq for RemoveNode<'a, TAG>[src]
Auto Trait Implementations
impl<'a, TAG> RefUnwindSafe for RemoveNode<'a, TAG> where
TAG: RefUnwindSafe,
TAG: RefUnwindSafe,
impl<'a, TAG> Send for RemoveNode<'a, TAG> where
TAG: Sync,
TAG: Sync,
impl<'a, TAG> Sync for RemoveNode<'a, TAG> where
TAG: Sync,
TAG: Sync,
impl<'a, TAG> Unpin for RemoveNode<'a, TAG>
impl<'a, TAG> UnwindSafe for RemoveNode<'a, TAG> where
TAG: RefUnwindSafe,
TAG: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,