Enum thunderstore_api::models::v2::package::ReviewStatus
source · [−]pub enum ReviewStatus {
Unreviewed,
Approved,
Rejected,
}Expand description
Variants
Unreviewed
Approved
Rejected
Trait Implementations
sourceimpl Clone for ReviewStatus
impl Clone for ReviewStatus
sourcefn clone(&self) -> ReviewStatus
fn clone(&self) -> ReviewStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ReviewStatus
impl Debug for ReviewStatus
sourceimpl Default for ReviewStatus
impl Default for ReviewStatus
sourcefn default() -> ReviewStatus
fn default() -> ReviewStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ReviewStatus
impl<'de> Deserialize<'de> for ReviewStatus
sourcefn 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
sourceimpl Hash for ReviewStatus
impl Hash for ReviewStatus
sourceimpl Ord for ReviewStatus
impl Ord for ReviewStatus
sourcefn cmp(&self, other: &ReviewStatus) -> Ordering
fn cmp(&self, other: &ReviewStatus) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ReviewStatus> for ReviewStatus
impl PartialEq<ReviewStatus> for ReviewStatus
sourcefn eq(&self, other: &ReviewStatus) -> bool
fn eq(&self, other: &ReviewStatus) -> bool
sourceimpl PartialOrd<ReviewStatus> for ReviewStatus
impl PartialOrd<ReviewStatus> for ReviewStatus
sourcefn partial_cmp(&self, other: &ReviewStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &ReviewStatus) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Serialize for ReviewStatus
impl Serialize for ReviewStatus
impl Copy for ReviewStatus
impl Eq for ReviewStatus
impl StructuralEq for ReviewStatus
impl StructuralPartialEq for ReviewStatus
Auto Trait Implementations
impl RefUnwindSafe for ReviewStatus
impl Send for ReviewStatus
impl Sync for ReviewStatus
impl Unpin for ReviewStatus
impl UnwindSafe for ReviewStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.