Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Source of a normalized cost value.
ModelPricingModelPricing
Cost was estimated by applying Relay’s model pricing table to usage.
ProviderReportedProviderReported
Cost was reported directly by a provider or framework payload.
impl Clone for CostSourceimpl Clone for CostSource
clonefn clone(&self) -> CostSource
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for CostSourceimpl Debug for CostSource
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for CostSourceimpl<'de> Deserialize<'de> for CostSource
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for CostSourceimpl PartialEq for CostSource
eqfn eq(&self, other: &CostSource) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for CostSourceimpl Serialize for CostSource
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Eq for CostSourceimpl Eq for CostSource
impl StructuralPartialEq for CostSourceimpl StructuralPartialEq for CostSource