pub enum PromptCacheModeEnum {
Implicit,
Explicit,
}Available on crate feature
response-types and (crate features chat-completion-types or response-types) only.Variants§
Trait Implementations§
Source§impl Clone for PromptCacheModeEnum
impl Clone for PromptCacheModeEnum
Source§fn clone(&self) -> PromptCacheModeEnum
fn clone(&self) -> PromptCacheModeEnum
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 PromptCacheModeEnum
impl Debug for PromptCacheModeEnum
Source§impl<'de> Deserialize<'de> for PromptCacheModeEnum
impl<'de> Deserialize<'de> for PromptCacheModeEnum
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 PromptCacheModeEnum
impl PartialEq for PromptCacheModeEnum
Source§impl Serialize for PromptCacheModeEnum
impl Serialize for PromptCacheModeEnum
impl StructuralPartialEq for PromptCacheModeEnum
Auto Trait Implementations§
impl Freeze for PromptCacheModeEnum
impl RefUnwindSafe for PromptCacheModeEnum
impl Send for PromptCacheModeEnum
impl Sync for PromptCacheModeEnum
impl Unpin for PromptCacheModeEnum
impl UnsafeUnpin for PromptCacheModeEnum
impl UnwindSafe for PromptCacheModeEnum
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