pub enum ContentCategories {
Photography,
DrawingAndPainting,
}Variants§
Trait Implementations§
Source§impl Clone for ContentCategories
impl Clone for ContentCategories
Source§fn clone(&self) -> ContentCategories
fn clone(&self) -> ContentCategories
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 ContentCategories
impl Debug for ContentCategories
Source§impl<'de> Deserialize<'de> for ContentCategories
impl<'de> Deserialize<'de> for ContentCategories
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 PartialEq for ContentCategories
impl PartialEq for ContentCategories
Source§impl Serialize for ContentCategories
impl Serialize for ContentCategories
impl StructuralPartialEq for ContentCategories
Auto Trait Implementations§
impl Freeze for ContentCategories
impl RefUnwindSafe for ContentCategories
impl Send for ContentCategories
impl Sync for ContentCategories
impl Unpin for ContentCategories
impl UnwindSafe for ContentCategories
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