pub enum StructuralRecoveryEstimatorError {
InvalidOptions,
InvalidArtifact(String),
MissingElementTopology,
InvalidStressField,
DeviceFieldRequiresHostTransfer,
InvalidElementGeometry,
InvalidEstimate,
ResourceLimit,
Cancelled,
}Variants§
InvalidOptions
InvalidArtifact(String)
MissingElementTopology
InvalidStressField
DeviceFieldRequiresHostTransfer
InvalidElementGeometry
InvalidEstimate
ResourceLimit
Cancelled
Trait Implementations§
Source§impl Clone for StructuralRecoveryEstimatorError
impl Clone for StructuralRecoveryEstimatorError
Source§fn clone(&self) -> StructuralRecoveryEstimatorError
fn clone(&self) -> StructuralRecoveryEstimatorError
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 StructuralRecoveryEstimatorError
impl StructuralPartialEq for StructuralRecoveryEstimatorError
Auto Trait Implementations§
impl Freeze for StructuralRecoveryEstimatorError
impl RefUnwindSafe for StructuralRecoveryEstimatorError
impl Send for StructuralRecoveryEstimatorError
impl Sync for StructuralRecoveryEstimatorError
impl Unpin for StructuralRecoveryEstimatorError
impl UnsafeUnpin for StructuralRecoveryEstimatorError
impl UnwindSafe for StructuralRecoveryEstimatorError
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