pub struct SatfLlmInferPayload {
pub input_tokens_total: u64,
pub output_tokens: u64,
pub kv_block_ids: Vec<u64>,
pub request_parameters: Option<SatfRequestParameters>,
}Fields§
§input_tokens_total: u64§output_tokens: u64§kv_block_ids: Vec<u64>§request_parameters: Option<SatfRequestParameters>Trait Implementations§
Source§impl Clone for SatfLlmInferPayload
impl Clone for SatfLlmInferPayload
Source§fn clone(&self) -> SatfLlmInferPayload
fn clone(&self) -> SatfLlmInferPayload
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 Debug for SatfLlmInferPayload
impl Debug for SatfLlmInferPayload
Source§impl<'de> Deserialize<'de> for SatfLlmInferPayload
impl<'de> Deserialize<'de> for SatfLlmInferPayload
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
Source§impl PartialEq for SatfLlmInferPayload
impl PartialEq for SatfLlmInferPayload
Source§impl Serialize for SatfLlmInferPayload
impl Serialize for SatfLlmInferPayload
impl StructuralPartialEq for SatfLlmInferPayload
Auto Trait Implementations§
impl Freeze for SatfLlmInferPayload
impl RefUnwindSafe for SatfLlmInferPayload
impl Send for SatfLlmInferPayload
impl Sync for SatfLlmInferPayload
impl Unpin for SatfLlmInferPayload
impl UnsafeUnpin for SatfLlmInferPayload
impl UnwindSafe for SatfLlmInferPayload
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