pub struct ShutdownModelMetricTokenDetail {
pub token_count: i64,
}Expand description
A token-type entry in a shutdown model metric, storing the accumulated token count.
Fields§
§token_count: i64Accumulated token count for this token type
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShutdownModelMetricTokenDetail
impl<'de> Deserialize<'de> for ShutdownModelMetricTokenDetail
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 ShutdownModelMetricTokenDetail
impl RefUnwindSafe for ShutdownModelMetricTokenDetail
impl Send for ShutdownModelMetricTokenDetail
impl Sync for ShutdownModelMetricTokenDetail
impl Unpin for ShutdownModelMetricTokenDetail
impl UnsafeUnpin for ShutdownModelMetricTokenDetail
impl UnwindSafe for ShutdownModelMetricTokenDetail
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