pub enum ValueType {
Show 16 variants
VeryWeak,
Weak,
Acceptable,
Strong,
VeryStrong,
VeryLow,
Low,
Medium,
High,
VeryHigh,
VeryBad,
Bad,
Good,
VeryGood,
Best,
LastDefined,
// some variants omitted
}
Variants§
VeryWeak
Weak
Acceptable
Strong
VeryStrong
VeryLow
Low
Medium
High
VeryHigh
VeryBad
Bad
Good
VeryGood
Best
LastDefined
Trait Implementations§
Source§impl<'a> FromValueOptional<'a> for ValueType
impl<'a> FromValueOptional<'a> for ValueType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Ord for ValueType
impl Ord for ValueType
Source§impl PartialOrd for ValueType
impl PartialOrd for ValueType
Source§impl StaticType for ValueType
impl StaticType for ValueType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for ValueType
impl Eq for ValueType
impl StructuralPartialEq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.