#[non_exhaustive]pub enum ContentClassificationId {
DrugsIntoxication,
SexualThemes,
ViolentGraphic,
Gambling,
ProfanityVulgarity,
MatureGame,
Other(String),
}
stream
only.Expand description
IDs for content classification labels also known as CCLs
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
DrugsIntoxication
Drugs, Intoxication, or Excessive Tobacco Use
Excessive tobacco glorification or promotion, any marijuana consumption/use, legal drug and alcohol induced intoxication, discussions of illegal drugs.
SexualThemes
Sexual Themes
Content that focuses on sexualized physical attributes and activities, sexual topics, or experiences.
ViolentGraphic
Violent and Graphic Depictions
Simulations and/or depictions of realistic violence, gore, extreme injury, or death.
Gambling
Gambling
Participating in online or in-person gambling, poker or fantasy sports, that involve the exchange of real money.
ProfanityVulgarity
Significant Profanity or Vulgarity
Prolonged, and repeated use of obscenities, profanities, and vulgarities, especially as a regular part of speech.
MatureGame
Mature-rated game
Games that are rated Mature or less suitable for a younger audience.
Other(String)
Other
Trait Implementations§
Source§impl Clone for ContentClassificationId
impl Clone for ContentClassificationId
Source§fn clone(&self) -> ContentClassificationId
fn clone(&self) -> ContentClassificationId
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ContentClassificationId
impl Debug for ContentClassificationId
Source§impl<'de> Deserialize<'de> for ContentClassificationId
impl<'de> Deserialize<'de> for ContentClassificationId
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>,
Source§impl PartialEq for ContentClassificationId
impl PartialEq for ContentClassificationId
Source§impl Serialize for ContentClassificationId
Available on crate feature serde
only.
impl Serialize for ContentClassificationId
serde
only.impl Eq for ContentClassificationId
impl StructuralPartialEq for ContentClassificationId
Auto Trait Implementations§
impl Freeze for ContentClassificationId
impl RefUnwindSafe for ContentClassificationId
impl Send for ContentClassificationId
impl Sync for ContentClassificationId
impl Unpin for ContentClassificationId
impl UnwindSafe for ContentClassificationId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)