Struct flow_graph_interpreter::error::OperationInvalid
source · pub struct OperationInvalid { /* private fields */ }
Implementations§
source§impl OperationInvalid
impl OperationInvalid
pub fn new(schematic: String, errors: Vec<ValidationError>) -> Self
Trait Implementations§
source§impl Clone for OperationInvalid
impl Clone for OperationInvalid
source§fn clone(&self) -> OperationInvalid
fn clone(&self) -> OperationInvalid
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OperationInvalid
impl Debug for OperationInvalid
source§impl Display for OperationInvalid
impl Display for OperationInvalid
source§impl Error for OperationInvalid
impl Error for OperationInvalid
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<OperationInvalid> for OperationInvalid
impl PartialEq<OperationInvalid> for OperationInvalid
source§fn eq(&self, other: &OperationInvalid) -> bool
fn eq(&self, other: &OperationInvalid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OperationInvalid
impl StructuralEq for OperationInvalid
impl StructuralPartialEq for OperationInvalid
Auto Trait Implementations§
impl RefUnwindSafe for OperationInvalid
impl Send for OperationInvalid
impl Sync for OperationInvalid
impl Unpin for OperationInvalid
impl UnwindSafe for OperationInvalid
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.