pub struct SessionNextStepEndedDataTokensCache {
pub read: f64,
pub write: f64,
}Fields§
§read: f64§write: f64Trait Implementations§
Source§impl Clone for SessionNextStepEndedDataTokensCache
impl Clone for SessionNextStepEndedDataTokensCache
Source§fn clone(&self) -> SessionNextStepEndedDataTokensCache
fn clone(&self) -> SessionNextStepEndedDataTokensCache
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<'de> Deserialize<'de> for SessionNextStepEndedDataTokensCache
impl<'de> Deserialize<'de> for SessionNextStepEndedDataTokensCache
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 SessionNextStepEndedDataTokensCache
Auto Trait Implementations§
impl Freeze for SessionNextStepEndedDataTokensCache
impl RefUnwindSafe for SessionNextStepEndedDataTokensCache
impl Send for SessionNextStepEndedDataTokensCache
impl Sync for SessionNextStepEndedDataTokensCache
impl Unpin for SessionNextStepEndedDataTokensCache
impl UnsafeUnpin for SessionNextStepEndedDataTokensCache
impl UnwindSafe for SessionNextStepEndedDataTokensCache
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