pub struct ParentNodeNotFound;
Expand description
The parent node requested was not found.
Trait Implementations§
Source§impl Debug for ParentNodeNotFound
impl Debug for ParentNodeNotFound
Source§impl Display for ParentNodeNotFound
impl Display for ParentNodeNotFound
Source§impl Error for ParentNodeNotFound
impl Error for ParentNodeNotFound
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for ParentNodeNotFound
impl PartialEq for ParentNodeNotFound
impl Eq for ParentNodeNotFound
impl StructuralPartialEq for ParentNodeNotFound
Auto Trait Implementations§
impl Freeze for ParentNodeNotFound
impl RefUnwindSafe for ParentNodeNotFound
impl Send for ParentNodeNotFound
impl Sync for ParentNodeNotFound
impl Unpin for ParentNodeNotFound
impl UnwindSafe for ParentNodeNotFound
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