pub struct CacheCreationDetails {
pub ephemeral_1h_input_tokens: u32,
pub ephemeral_5m_input_tokens: u32,
}Expand description
Detailed cache creation information
Fields§
§ephemeral_1h_input_tokens: u32Ephemeral 1-hour input tokens
ephemeral_5m_input_tokens: u32Ephemeral 5-minute input tokens
Trait Implementations§
Source§impl Clone for CacheCreationDetails
impl Clone for CacheCreationDetails
Source§fn clone(&self) -> CacheCreationDetails
fn clone(&self) -> CacheCreationDetails
Returns a duplicate of the value. Read more
1.0.0 · 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 CacheCreationDetails
impl Debug for CacheCreationDetails
Source§impl<'de> Deserialize<'de> for CacheCreationDetails
impl<'de> Deserialize<'de> for CacheCreationDetails
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
Auto Trait Implementations§
impl Freeze for CacheCreationDetails
impl RefUnwindSafe for CacheCreationDetails
impl Send for CacheCreationDetails
impl Sync for CacheCreationDetails
impl Unpin for CacheCreationDetails
impl UnsafeUnpin for CacheCreationDetails
impl UnwindSafe for CacheCreationDetails
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