Enum tree_cursor::cursor::SetPosError[][src]

pub enum SetPosError {
    MissingNode,
}

Variants

A node was missing along the path from the root to the specified position.

Trait Implementations

impl Clone for SetPosError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SetPosError
[src]

impl Debug for SetPosError
[src]

Formats the value using the given formatter. Read more

impl Eq for SetPosError
[src]

impl Hash for SetPosError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for SetPosError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for SetPosError
[src]

Formats the value using the given formatter. Read more

impl Error for SetPosError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for SetPosError

impl Sync for SetPosError