pub enum ResponseChannel {
Text,
Reasoning,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ResponseChannel
impl Clone for ResponseChannel
Source§fn clone(&self) -> ResponseChannel
fn clone(&self) -> ResponseChannel
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 ResponseChannel
impl Debug for ResponseChannel
Source§impl Default for ResponseChannel
impl Default for ResponseChannel
Source§fn default() -> ResponseChannel
fn default() -> ResponseChannel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseChannel
impl<'de> Deserialize<'de> for ResponseChannel
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 ResponseChannel
impl PartialEq for ResponseChannel
Source§fn eq(&self, other: &ResponseChannel) -> bool
fn eq(&self, other: &ResponseChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResponseChannel
impl Serialize for ResponseChannel
impl Copy for ResponseChannel
impl Eq for ResponseChannel
impl StructuralPartialEq for ResponseChannel
Auto Trait Implementations§
impl Freeze for ResponseChannel
impl RefUnwindSafe for ResponseChannel
impl Send for ResponseChannel
impl Sync for ResponseChannel
impl Unpin for ResponseChannel
impl UnsafeUnpin for ResponseChannel
impl UnwindSafe for ResponseChannel
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