pub enum ReviewState {
Commented,
}
Variants§
Commented
Trait Implementations§
Source§impl Clone for ReviewState
impl Clone for ReviewState
Source§fn clone(&self) -> ReviewState
fn clone(&self) -> ReviewState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReviewState
impl Debug for ReviewState
Source§impl<'de> Deserialize<'de> for ReviewState
impl<'de> Deserialize<'de> for ReviewState
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
Source§impl Hash for ReviewState
impl Hash for ReviewState
Source§impl Ord for ReviewState
impl Ord for ReviewState
Source§fn cmp(&self, other: &ReviewState) -> Ordering
fn cmp(&self, other: &ReviewState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReviewState
impl PartialEq for ReviewState
Source§impl PartialOrd for ReviewState
impl PartialOrd for ReviewState
impl Copy for ReviewState
impl Eq for ReviewState
impl StructuralPartialEq for ReviewState
Auto Trait Implementations§
impl Freeze for ReviewState
impl RefUnwindSafe for ReviewState
impl Send for ReviewState
impl Sync for ReviewState
impl Unpin for ReviewState
impl UnwindSafe for ReviewState
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