pub enum ComputerUseSafetyPolicy {
DangerousContent,
Harassment,
HateSpeech,
SexuallyExplicit,
CivilIntegrity,
Csam,
TributeSpeech,
Unspecified,
}Variants§
DangerousContent
Harassment
HateSpeech
SexuallyExplicit
CivilIntegrity
Csam
TributeSpeech
Unspecified
Trait Implementations§
Source§impl Clone for ComputerUseSafetyPolicy
impl Clone for ComputerUseSafetyPolicy
Source§fn clone(&self) -> ComputerUseSafetyPolicy
fn clone(&self) -> ComputerUseSafetyPolicy
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 ComputerUseSafetyPolicy
impl Debug for ComputerUseSafetyPolicy
Source§impl<'de> Deserialize<'de> for ComputerUseSafetyPolicy
impl<'de> Deserialize<'de> for ComputerUseSafetyPolicy
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 ComputerUseSafetyPolicy
impl PartialEq for ComputerUseSafetyPolicy
Source§impl Serialize for ComputerUseSafetyPolicy
impl Serialize for ComputerUseSafetyPolicy
impl StructuralPartialEq for ComputerUseSafetyPolicy
Auto Trait Implementations§
impl Freeze for ComputerUseSafetyPolicy
impl RefUnwindSafe for ComputerUseSafetyPolicy
impl Send for ComputerUseSafetyPolicy
impl Sync for ComputerUseSafetyPolicy
impl Unpin for ComputerUseSafetyPolicy
impl UnsafeUnpin for ComputerUseSafetyPolicy
impl UnwindSafe for ComputerUseSafetyPolicy
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