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