pub enum AiMessageFormat {
PlainText,
Markdown,
Json,
Xml,
Yaml,
Multipart,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiMessageFormat
impl Clone for AiMessageFormat
Source§fn clone(&self) -> AiMessageFormat
fn clone(&self) -> AiMessageFormat
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 AiMessageFormat
impl Debug for AiMessageFormat
Source§impl Display for AiMessageFormat
impl Display for AiMessageFormat
Source§impl FromStr for AiMessageFormat
impl FromStr for AiMessageFormat
Source§impl Hash for AiMessageFormat
impl Hash for AiMessageFormat
Source§impl Ord for AiMessageFormat
impl Ord for AiMessageFormat
Source§fn cmp(&self, other: &AiMessageFormat) -> Ordering
fn cmp(&self, other: &AiMessageFormat) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiMessageFormat
impl PartialEq for AiMessageFormat
Source§fn eq(&self, other: &AiMessageFormat) -> bool
fn eq(&self, other: &AiMessageFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiMessageFormat
impl PartialOrd for AiMessageFormat
impl Copy for AiMessageFormat
impl Eq for AiMessageFormat
impl StructuralPartialEq for AiMessageFormat
Auto Trait Implementations§
impl Freeze for AiMessageFormat
impl RefUnwindSafe for AiMessageFormat
impl Send for AiMessageFormat
impl Sync for AiMessageFormat
impl Unpin for AiMessageFormat
impl UnsafeUnpin for AiMessageFormat
impl UnwindSafe for AiMessageFormat
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