[][src]Struct crev_data::proof::review::Review

pub struct Review {
    pub thoroughness: Level,
    pub understanding: Level,
    pub rating: Rating,
}

Information about review result

Fields

Methods

impl Review
[src]

Trait Implementations

impl PartialEq<Review> for Review
[src]

impl Clone for Review
[src]

Performs copy-assignment from source. Read more

impl Eq for Review
[src]

impl Default for Review
[src]

impl Debug for Review
[src]

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

impl Serialize for Review
[src]

Auto Trait Implementations

impl Send for Review

impl Sync for Review

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Same for T

Should always be Self

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

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

impl<T> InitializableFromZeroed for T where
    T: Default