pub enum SystemPromptMode {
Default,
Compact,
}Variants§
Trait Implementations§
Source§impl Clone for SystemPromptMode
impl Clone for SystemPromptMode
Source§fn clone(&self) -> SystemPromptMode
fn clone(&self) -> SystemPromptMode
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 moreimpl Copy for SystemPromptMode
Source§impl Debug for SystemPromptMode
impl Debug for SystemPromptMode
Source§impl<'de> Deserialize<'de> for SystemPromptMode
impl<'de> Deserialize<'de> for SystemPromptMode
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
impl Eq for SystemPromptMode
Source§impl PartialEq for SystemPromptMode
impl PartialEq for SystemPromptMode
Source§impl Serialize for SystemPromptMode
impl Serialize for SystemPromptMode
impl StructuralPartialEq for SystemPromptMode
Auto Trait Implementations§
impl Freeze for SystemPromptMode
impl RefUnwindSafe for SystemPromptMode
impl Send for SystemPromptMode
impl Sync for SystemPromptMode
impl Unpin for SystemPromptMode
impl UnsafeUnpin for SystemPromptMode
impl UnwindSafe for SystemPromptMode
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