pub struct ModelLimits;Expand description
Token limits for common models
Implementations§
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