pub struct InputTokens {
pub total: u64,
pub cached: u64,
}Expand description
Final provider input-token dimensions used by cache diagnostics.
Fields§
§total: u64§cached: u64Implementations§
Source§impl InputTokens
impl InputTokens
Trait Implementations§
Source§impl Clone for InputTokens
impl Clone for InputTokens
Source§fn clone(&self) -> InputTokens
fn clone(&self) -> InputTokens
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 moreimpl Copy for InputTokens
Source§impl Debug for InputTokens
impl Debug for InputTokens
impl Eq for InputTokens
Source§impl PartialEq for InputTokens
impl PartialEq for InputTokens
impl StructuralPartialEq for InputTokens
Auto Trait Implementations§
impl Freeze for InputTokens
impl RefUnwindSafe for InputTokens
impl Send for InputTokens
impl Sync for InputTokens
impl Unpin for InputTokens
impl UnsafeUnpin for InputTokens
impl UnwindSafe for InputTokens
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