Enum async_openai::types::TextModerationModel
source · pub enum TextModerationModel {
Latest,
Stable,
}
Variants§
Trait Implementations§
source§impl Clone for TextModerationModel
impl Clone for TextModerationModel
source§fn clone(&self) -> TextModerationModel
fn clone(&self) -> TextModerationModel
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 TextModerationModel
impl Debug for TextModerationModel
source§impl Default for TextModerationModel
impl Default for TextModerationModel
source§fn default() -> TextModerationModel
fn default() -> TextModerationModel
Returns the “default value” for a type. Read more
source§impl PartialEq for TextModerationModel
impl PartialEq for TextModerationModel
source§fn eq(&self, other: &TextModerationModel) -> bool
fn eq(&self, other: &TextModerationModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TextModerationModel
impl Serialize for TextModerationModel
impl Copy for TextModerationModel
impl StructuralPartialEq for TextModerationModel
Auto Trait Implementations§
impl RefUnwindSafe for TextModerationModel
impl Send for TextModerationModel
impl Sync for TextModerationModel
impl Unpin for TextModerationModel
impl UnwindSafe for TextModerationModel
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