Enum indextree::NodeError[][src]

pub enum NodeError {
    AppendSelf,
    PrependSelf,
    InsertBeforeSelf,
    InsertAfterSelf,
    FirstChildAlreadySet,
    PreviousSiblingAlreadySet,
    NextSiblingAlreadySet,
    PreviousSiblingNotSelf,
    NextSiblingNotSelf,
    FirstChildNotSelf,
    LastChildNotSelf,
    PreviousSiblingNotSet,
    NextSiblingNotSet,
    FirstChildNotSet,
    LastChildNotSet,
}

Possible node failures

Variants

Trait Implementations

impl Debug for NodeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NodeError

impl Sync for NodeError