pub enum PromptCacheBreakpointParamMode {
Explicit,
}Available on crate feature
chat-completion-types only.Expand description
The breakpoint mode. Always explicit.
Variants§
Explicit
Trait Implementations§
Source§impl Clone for PromptCacheBreakpointParamMode
impl Clone for PromptCacheBreakpointParamMode
Source§fn clone(&self) -> PromptCacheBreakpointParamMode
fn clone(&self) -> PromptCacheBreakpointParamMode
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<'de> Deserialize<'de> for PromptCacheBreakpointParamMode
impl<'de> Deserialize<'de> for PromptCacheBreakpointParamMode
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 StructuralPartialEq for PromptCacheBreakpointParamMode
Auto Trait Implementations§
impl Freeze for PromptCacheBreakpointParamMode
impl RefUnwindSafe for PromptCacheBreakpointParamMode
impl Send for PromptCacheBreakpointParamMode
impl Sync for PromptCacheBreakpointParamMode
impl Unpin for PromptCacheBreakpointParamMode
impl UnsafeUnpin for PromptCacheBreakpointParamMode
impl UnwindSafe for PromptCacheBreakpointParamMode
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