pub struct NodesNotFoundError(/* private fields */);Trait Implementations§
Source§impl Debug for NodesNotFoundError
impl Debug for NodesNotFoundError
Source§impl Display for NodesNotFoundError
impl Display for NodesNotFoundError
Source§impl Error for NodesNotFoundError
impl Error for NodesNotFoundError
1.30.0§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§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<&[NodeReflection]> for NodesNotFoundError
impl From<&[NodeReflection]> for NodesNotFoundError
Source§impl From<NodesNotFoundError> for NodeExecutionError
impl From<NodesNotFoundError> for NodeExecutionError
Source§fn from(source: NodesNotFoundError) -> Self
fn from(source: NodesNotFoundError) -> Self
Converts to this type from the input type.
Source§impl From<NodesNotFoundError> for RegistryError
impl From<NodesNotFoundError> for RegistryError
Source§fn from(source: NodesNotFoundError) -> Self
fn from(source: NodesNotFoundError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodesNotFoundError
impl RefUnwindSafe for NodesNotFoundError
impl Send for NodesNotFoundError
impl Sync for NodesNotFoundError
impl Unpin for NodesNotFoundError
impl UnwindSafe for NodesNotFoundError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more