pub struct NodeNotFoundInGraphError(/* private fields */);Trait Implementations§
Source§impl Debug for NodeNotFoundInGraphError
impl Debug for NodeNotFoundInGraphError
Source§impl Display for NodeNotFoundInGraphError
impl Display for NodeNotFoundInGraphError
Source§impl Error for NodeNotFoundInGraphError
impl Error for NodeNotFoundInGraphError
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 From<NodeIndex> for NodeNotFoundInGraphError
impl From<NodeIndex> for NodeNotFoundInGraphError
Source§impl From<NodeNotFoundInGraphError> for NodeExecutionError
impl From<NodeNotFoundInGraphError> for NodeExecutionError
Source§fn from(source: NodeNotFoundInGraphError) -> Self
fn from(source: NodeNotFoundInGraphError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeNotFoundInGraphError
impl RefUnwindSafe for NodeNotFoundInGraphError
impl Send for NodeNotFoundInGraphError
impl Sync for NodeNotFoundInGraphError
impl Unpin for NodeNotFoundInGraphError
impl UnwindSafe for NodeNotFoundInGraphError
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