pub enum ContentStatu {
Approved,
Rejected,
Cancelled,
Expired,
}Variants§
Trait Implementations§
Source§impl Clone for ContentStatu
impl Clone for ContentStatu
Source§fn clone(&self) -> ContentStatu
fn clone(&self) -> ContentStatu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentStatu
impl Debug for ContentStatu
Source§impl<'de> Deserialize<'de> for ContentStatu
impl<'de> Deserialize<'de> for ContentStatu
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
impl Eq for ContentStatu
Source§impl PartialEq for ContentStatu
impl PartialEq for ContentStatu
Source§fn eq(&self, other: &ContentStatu) -> bool
fn eq(&self, other: &ContentStatu) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContentStatu
impl Serialize for ContentStatu
impl StructuralPartialEq for ContentStatu
Auto Trait Implementations§
impl Freeze for ContentStatu
impl RefUnwindSafe for ContentStatu
impl Send for ContentStatu
impl Sync for ContentStatu
impl Unpin for ContentStatu
impl UnsafeUnpin for ContentStatu
impl UnwindSafe for ContentStatu
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