pub struct SafetySettings {
pub category: HarmCategory,
pub threshold: HarmBlockThreshold,
}
Fields§
§category: HarmCategory
§threshold: HarmBlockThreshold
Trait Implementations§
Source§impl Clone for SafetySettings
impl Clone for SafetySettings
Source§fn clone(&self) -> SafetySettings
fn clone(&self) -> SafetySettings
Returns a copy 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 SafetySettings
impl Debug for SafetySettings
Source§impl<'de> Deserialize<'de> for SafetySettings
impl<'de> Deserialize<'de> for SafetySettings
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
Auto Trait Implementations§
impl Freeze for SafetySettings
impl RefUnwindSafe for SafetySettings
impl Send for SafetySettings
impl Sync for SafetySettings
impl Unpin for SafetySettings
impl UnwindSafe for SafetySettings
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