pub struct ReviewReason(/* private fields */);Implementations§
Source§impl ReviewReason
impl ReviewReason
Source§impl ReviewReason
impl ReviewReason
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ReviewReason
impl Clone for ReviewReason
Source§fn clone(&self) -> ReviewReason
fn clone(&self) -> ReviewReason
Returns a duplicate 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 ReviewReason
impl Debug for ReviewReason
Source§impl<'de> Deserialize<'de> for ReviewReason
impl<'de> Deserialize<'de> for ReviewReason
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ReviewReason
impl Hash for ReviewReason
Source§impl Ord for ReviewReason
impl Ord for ReviewReason
Source§fn cmp(&self, other: &ReviewReason) -> Ordering
fn cmp(&self, other: &ReviewReason) -> 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 ReviewReason
impl PartialEq for ReviewReason
Source§impl PartialOrd for ReviewReason
impl PartialOrd for ReviewReason
Source§impl Serialize for ReviewReason
impl Serialize for ReviewReason
impl Eq for ReviewReason
impl StructuralPartialEq for ReviewReason
Auto Trait Implementations§
impl Freeze for ReviewReason
impl RefUnwindSafe for ReviewReason
impl Send for ReviewReason
impl Sync for ReviewReason
impl Unpin for ReviewReason
impl UnsafeUnpin for ReviewReason
impl UnwindSafe for ReviewReason
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