pub struct HierarchyNotRespected { /* private fields */ }
Expand description
Structure containing details about a hierarchy not respected error
Trait Implementations§
source§impl Debug for HierarchyNotRespected
impl Debug for HierarchyNotRespected
source§impl Hash for HierarchyNotRespected
impl Hash for HierarchyNotRespected
source§impl PartialEq for HierarchyNotRespected
impl PartialEq for HierarchyNotRespected
source§fn eq(&self, other: &HierarchyNotRespected) -> bool
fn eq(&self, other: &HierarchyNotRespected) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for HierarchyNotRespected
impl StructuralEq for HierarchyNotRespected
impl StructuralPartialEq for HierarchyNotRespected
Auto Trait Implementations§
impl RefUnwindSafe for HierarchyNotRespected
impl Send for HierarchyNotRespected
impl Sync for HierarchyNotRespected
impl Unpin for HierarchyNotRespected
impl UnwindSafe for HierarchyNotRespected
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.