pub enum StructuralAdaptationDecisionStatus {
Continue,
Converged,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for StructuralAdaptationDecisionStatus
impl Clone for StructuralAdaptationDecisionStatus
Source§fn clone(&self) -> StructuralAdaptationDecisionStatus
fn clone(&self) -> StructuralAdaptationDecisionStatus
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 StructuralAdaptationDecisionStatus
Source§impl<'de> Deserialize<'de> for StructuralAdaptationDecisionStatus
impl<'de> Deserialize<'de> for StructuralAdaptationDecisionStatus
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 StructuralAdaptationDecisionStatus
impl StructuralPartialEq for StructuralAdaptationDecisionStatus
Auto Trait Implementations§
impl Freeze for StructuralAdaptationDecisionStatus
impl RefUnwindSafe for StructuralAdaptationDecisionStatus
impl Send for StructuralAdaptationDecisionStatus
impl Sync for StructuralAdaptationDecisionStatus
impl Unpin for StructuralAdaptationDecisionStatus
impl UnsafeUnpin for StructuralAdaptationDecisionStatus
impl UnwindSafe for StructuralAdaptationDecisionStatus
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