pub struct PlatformEconomicsLLMByModelItem {
pub model: String,
pub provider_usd: f64,
pub billed_usd: f64,
pub tokens: i64,
}Expand description
PlatformEconomicsLLMByModelItem model.
Fields§
§model: String§provider_usd: f64§billed_usd: f64§tokens: i64Trait Implementations§
Source§impl Clone for PlatformEconomicsLLMByModelItem
impl Clone for PlatformEconomicsLLMByModelItem
Source§fn clone(&self) -> PlatformEconomicsLLMByModelItem
fn clone(&self) -> PlatformEconomicsLLMByModelItem
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 Default for PlatformEconomicsLLMByModelItem
impl Default for PlatformEconomicsLLMByModelItem
Source§fn default() -> PlatformEconomicsLLMByModelItem
fn default() -> PlatformEconomicsLLMByModelItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlatformEconomicsLLMByModelItem
impl<'de> Deserialize<'de> for PlatformEconomicsLLMByModelItem
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 PlatformEconomicsLLMByModelItem
Auto Trait Implementations§
impl Freeze for PlatformEconomicsLLMByModelItem
impl RefUnwindSafe for PlatformEconomicsLLMByModelItem
impl Send for PlatformEconomicsLLMByModelItem
impl Sync for PlatformEconomicsLLMByModelItem
impl Unpin for PlatformEconomicsLLMByModelItem
impl UnsafeUnpin for PlatformEconomicsLLMByModelItem
impl UnwindSafe for PlatformEconomicsLLMByModelItem
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