pub struct ModerationCreateParams {
pub input: Value,
pub model: Option<String>,
}Fields§
§input: ValueInput (or inputs) to classify.
model: Option<String>The content moderation model you would like to use.
Trait Implementations§
Source§impl Clone for ModerationCreateParams
impl Clone for ModerationCreateParams
Source§fn clone(&self) -> ModerationCreateParams
fn clone(&self) -> ModerationCreateParams
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 ModerationCreateParams
impl Debug for ModerationCreateParams
Source§impl<'de> Deserialize<'de> for ModerationCreateParams
impl<'de> Deserialize<'de> for ModerationCreateParams
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 ModerationCreateParams
impl RefUnwindSafe for ModerationCreateParams
impl Send for ModerationCreateParams
impl Sync for ModerationCreateParams
impl Unpin for ModerationCreateParams
impl UnsafeUnpin for ModerationCreateParams
impl UnwindSafe for ModerationCreateParams
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