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