pub struct Thinking {
pub budget_tokens: Option<u32>,
}Fields§
§budget_tokens: Option<u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Thinking
impl RefUnwindSafe for Thinking
impl Send for Thinking
impl Sync for Thinking
impl Unpin for Thinking
impl UnsafeUnpin for Thinking
impl UnwindSafe for Thinking
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