pub struct NodeDoesNotExist;
Expand description
The node does not exist.
Trait Implementations§
Source§impl Debug for NodeDoesNotExist
impl Debug for NodeDoesNotExist
Source§impl Display for NodeDoesNotExist
impl Display for NodeDoesNotExist
Source§impl Error for NodeDoesNotExist
impl Error for NodeDoesNotExist
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 NodeDoesNotExist
impl PartialEq for NodeDoesNotExist
impl Eq for NodeDoesNotExist
impl StructuralPartialEq for NodeDoesNotExist
Auto Trait Implementations§
impl Freeze for NodeDoesNotExist
impl RefUnwindSafe for NodeDoesNotExist
impl Send for NodeDoesNotExist
impl Sync for NodeDoesNotExist
impl Unpin for NodeDoesNotExist
impl UnwindSafe for NodeDoesNotExist
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