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