Struct mt_dom::patch::RemoveNode [−][src]
Expand description
remove the node at this NodeIdx
Fields
tag: Option<&'a TAG>
the tag of the node that is to be removed
node_idx: NodeIdx
the node_idx of the node to be removed
Implementations
Trait Implementations
impl<'a, NS, TAG, ATT, VAL, EVENT, MSG> From<RemoveNode<'a, TAG>> for Patch<'a, NS, TAG, ATT, VAL, EVENT, MSG>
impl<'a, NS, TAG, ATT, VAL, EVENT, MSG> From<RemoveNode<'a, TAG>> for Patch<'a, NS, TAG, ATT, VAL, EVENT, MSG>
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a, TAG> RefUnwindSafe for RemoveNode<'a, TAG> where
TAG: RefUnwindSafe,
impl<'a, TAG> Send for RemoveNode<'a, TAG> where
TAG: Sync,
impl<'a, TAG> Sync for RemoveNode<'a, TAG> where
TAG: Sync,
impl<'a, TAG> Unpin for RemoveNode<'a, TAG>
impl<'a, TAG> UnwindSafe for RemoveNode<'a, TAG> where
TAG: RefUnwindSafe,