pub struct Categories {
pub hate: bool,
pub hate_threatening: bool,
pub self_harm: bool,
pub sexual: bool,
pub sexual_minors: bool,
pub violence: bool,
pub violence_graphic: bool,
}
Fields§
§hate: bool
§hate_threatening: bool
§self_harm: bool
§sexual: bool
§sexual_minors: bool
§violence: bool
§violence_graphic: bool
Trait Implementations§
Source§impl Clone for Categories
impl Clone for Categories
Source§fn clone(&self) -> Categories
fn clone(&self) -> Categories
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 Categories
impl Debug for Categories
Source§impl<'de> Deserialize<'de> for Categories
impl<'de> Deserialize<'de> for Categories
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 Copy for Categories
Auto Trait Implementations§
impl Freeze for Categories
impl RefUnwindSafe for Categories
impl Send for Categories
impl Sync for Categories
impl Unpin for Categories
impl UnwindSafe for Categories
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