Enum hexodsp::chain_builder::ChainError
source · [−]pub enum ChainError {
UnknownNodeId(String),
UnknownOutput(NodeId, String),
UnknownInput(NodeId, String),
}
Expand description
Error type for the crate::MatrixCellChain.
Variants
UnknownNodeId(String)
UnknownOutput(NodeId, String)
UnknownInput(NodeId, String)
Trait Implementations
sourceimpl Clone for ChainError
impl Clone for ChainError
sourcefn clone(&self) -> ChainError
fn clone(&self) -> ChainError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for ChainError
impl Send for ChainError
impl Sync for ChainError
impl Unpin for ChainError
impl UnwindSafe for ChainError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more