pub enum ValueType {
WeightedAverage,
BestLimit,
BranchingRatio,
PdgEvaluation,
PdgLimit,
ExtraBelow,
ExtraAbove,
FittedData,
FittedDecayRate,
Estimate,
DefaultEvaluation,
Internal,
}Expand description
Classification for a PDG numeric value row.
Variants§
WeightedAverage
A weighted average value.
BestLimit
The best limit selected by PDG.
BranchingRatio
A branching ratio value.
PdgEvaluation
A PDG evaluation.
PdgLimit
A PDG limit.
ExtraBelow
Extra material displayed below a value.
ExtraAbove
Extra material displayed above a value.
FittedData
A fitted data value.
FittedDecayRate
A fitted decay-rate value.
Estimate
An estimated value.
DefaultEvaluation
A default evaluation value.
Internal
An internal PDG value.
Implementations§
Trait Implementations§
impl Copy for ValueType
Source§impl FromSql for ValueType
impl FromSql for ValueType
Source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnsafeUnpin for ValueType
impl UnwindSafe for ValueType
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