pub struct ModelLimits {
pub context_window: u32,
pub max_output_tokens: u32,
}Fields§
§context_window: u32§max_output_tokens: u32Trait Implementations§
Source§impl Clone for ModelLimits
impl Clone for ModelLimits
Source§fn clone(&self) -> ModelLimits
fn clone(&self) -> ModelLimits
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 ModelLimits
impl Debug for ModelLimits
Source§impl Default for ModelLimits
impl Default for ModelLimits
Source§fn default() -> ModelLimits
fn default() -> ModelLimits
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelLimits
impl<'de> Deserialize<'de> for ModelLimits
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 Serialize for ModelLimits
impl Serialize for ModelLimits
impl Copy for ModelLimits
Auto Trait Implementations§
impl Freeze for ModelLimits
impl RefUnwindSafe for ModelLimits
impl Send for ModelLimits
impl Sync for ModelLimits
impl Unpin for ModelLimits
impl UnwindSafe for ModelLimits
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