Enum tree_cursor::cursor::SetPosError [−][src]
pub enum SetPosError { MissingNode, }
Variants
MissingNode
A node was missing along the path from the root to the specified position.
Trait Implementations
impl Clone for SetPosError
[src]
impl Clone for SetPosError
fn clone(&self) -> SetPosError
[src]
fn clone(&self) -> SetPosError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for SetPosError
[src]
impl Copy for SetPosError
impl Debug for SetPosError
[src]
impl Debug for SetPosError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for SetPosError
[src]
impl Eq for SetPosError
impl Hash for SetPosError
[src]
impl Hash for SetPosError
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq for SetPosError
[src]
impl PartialEq for SetPosError
fn eq(&self, other: &SetPosError) -> bool
[src]
fn eq(&self, other: &SetPosError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Display for SetPosError
[src]
impl Display for SetPosError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for SetPosError
[src]
impl Error for SetPosError
Auto Trait Implementations
impl Send for SetPosError
impl Send for SetPosError
impl Sync for SetPosError
impl Sync for SetPosError