[][src]Enum crev_data::proof::review::Rating

pub enum Rating {
    Negative,
    Neutral,
    Positive,
    Strong,
}

Variants

Negative
Neutral
Positive
Strong

Trait Implementations

impl Clone for Rating[src]

impl Debug for Rating[src]

impl Default for Rating[src]

impl<'de> Deserialize<'de> for Rating[src]

impl Eq for Rating[src]

impl Ord for Rating[src]

impl PartialEq<Rating> for Rating[src]

impl PartialOrd<Rating> for Rating[src]

impl Serialize for Rating[src]

impl StructuralEq for Rating[src]

impl StructuralPartialEq for Rating[src]

Auto Trait Implementations

impl RefUnwindSafe for Rating

impl Send for Rating

impl Sync for Rating

impl Unpin for Rating

impl UnwindSafe for Rating

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> InitializableFromZeroed for T where
    T: Default

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,