pub struct ResponseOptimizationResult {
pub response_ref: String,
pub delivered_tokens: u64,
pub recovery_ref: Option<String>,
}Fields§
§response_ref: String[PII] Response reference that can identify workspace content.
delivered_tokens: u64[INTERNAL] Delivered token count.
recovery_ref: Option<String>[INTERNAL] Internal recovery reference.
Trait Implementations§
Source§impl Clone for ResponseOptimizationResult
impl Clone for ResponseOptimizationResult
Source§fn clone(&self) -> ResponseOptimizationResult
fn clone(&self) -> ResponseOptimizationResult
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 ResponseOptimizationResult
impl Debug for ResponseOptimizationResult
Source§impl<'de> Deserialize<'de> for ResponseOptimizationResult
impl<'de> Deserialize<'de> for ResponseOptimizationResult
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 Eq for ResponseOptimizationResult
impl StructuralPartialEq for ResponseOptimizationResult
Auto Trait Implementations§
impl Freeze for ResponseOptimizationResult
impl RefUnwindSafe for ResponseOptimizationResult
impl Send for ResponseOptimizationResult
impl Sync for ResponseOptimizationResult
impl Unpin for ResponseOptimizationResult
impl UnsafeUnpin for ResponseOptimizationResult
impl UnwindSafe for ResponseOptimizationResult
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