pub struct VirtualEventNode { /* private fields */ }
Expand description

A tree where each entry holds the events for the corresponding entry in a crate::VirtualNode tree.

Implementations§

Get the [VirtualEventNode::VirtualEventElement] variant.

Get a mutable reference to the [VirtualEventNode::VirtualEventElement] variant.

Get the previous sibling.

Get the next sibling.

Replace a node with another.

The new node is given the same siblings as the old node.

Remove a child node from it’s siblings.

Insert a node before another node.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.