pub struct RetentionRatioTruncation {
pub retention_ratio: f64,
pub type: RetentionRatioTruncationType,
pub token_limits: Option<TruncationTokenLimits>,
}Fields§
§retention_ratio: f64§type: RetentionRatioTruncationType§token_limits: Option<TruncationTokenLimits>Trait Implementations§
Source§impl Clone for RetentionRatioTruncation
impl Clone for RetentionRatioTruncation
Source§fn clone(&self) -> RetentionRatioTruncation
fn clone(&self) -> RetentionRatioTruncation
Returns a duplicate of the value. Read more
1.0.0 · 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 RetentionRatioTruncation
impl Debug for RetentionRatioTruncation
Source§impl<'de> Deserialize<'de> for RetentionRatioTruncation
impl<'de> Deserialize<'de> for RetentionRatioTruncation
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 RetentionRatioTruncation
impl RefUnwindSafe for RetentionRatioTruncation
impl Send for RetentionRatioTruncation
impl Sync for RetentionRatioTruncation
impl Unpin for RetentionRatioTruncation
impl UnsafeUnpin for RetentionRatioTruncation
impl UnwindSafe for RetentionRatioTruncation
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