pub enum StructuralAdaptationIterationError {
InvalidPolicy,
InvalidArtifact(String),
InvalidLineage(String),
InvalidEstimator,
InvalidTransferEvidence,
InvalidSolverResult,
InvalidTargetQuantity,
InvalidIterationChain,
InvalidDecision,
Codec(String),
}Variants§
InvalidPolicy
InvalidArtifact(String)
InvalidLineage(String)
InvalidEstimator
InvalidTransferEvidence
InvalidSolverResult
InvalidTargetQuantity
InvalidIterationChain
InvalidDecision
Codec(String)
Trait Implementations§
Source§impl Clone for StructuralAdaptationIterationError
impl Clone for StructuralAdaptationIterationError
Source§fn clone(&self) -> StructuralAdaptationIterationError
fn clone(&self) -> StructuralAdaptationIterationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for StructuralAdaptationIterationError
impl StructuralPartialEq for StructuralAdaptationIterationError
Auto Trait Implementations§
impl Freeze for StructuralAdaptationIterationError
impl RefUnwindSafe for StructuralAdaptationIterationError
impl Send for StructuralAdaptationIterationError
impl Sync for StructuralAdaptationIterationError
impl Unpin for StructuralAdaptationIterationError
impl UnsafeUnpin for StructuralAdaptationIterationError
impl UnwindSafe for StructuralAdaptationIterationError
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