pub enum FeaProgressPhase {
GeometryLoad,
RegionResolution,
MeshPrep,
ModelAssembly,
Solve,
Postprocess,
ArtifactPersistence,
Complete,
}Variants§
GeometryLoad
RegionResolution
MeshPrep
ModelAssembly
Solve
Postprocess
ArtifactPersistence
Complete
Trait Implementations§
Source§impl Clone for FeaProgressPhase
impl Clone for FeaProgressPhase
Source§fn clone(&self) -> FeaProgressPhase
fn clone(&self) -> FeaProgressPhase
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 Copy for FeaProgressPhase
Source§impl Debug for FeaProgressPhase
impl Debug for FeaProgressPhase
Source§impl<'de> Deserialize<'de> for FeaProgressPhase
impl<'de> Deserialize<'de> for FeaProgressPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FeaProgressPhase
Source§impl PartialEq for FeaProgressPhase
impl PartialEq for FeaProgressPhase
Source§fn eq(&self, other: &FeaProgressPhase) -> bool
fn eq(&self, other: &FeaProgressPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FeaProgressPhase
impl Serialize for FeaProgressPhase
impl StructuralPartialEq for FeaProgressPhase
Auto Trait Implementations§
impl Freeze for FeaProgressPhase
impl RefUnwindSafe for FeaProgressPhase
impl Send for FeaProgressPhase
impl Sync for FeaProgressPhase
impl Unpin for FeaProgressPhase
impl UnsafeUnpin for FeaProgressPhase
impl UnwindSafe for FeaProgressPhase
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