pub struct ContextManagementOptions {
pub has_thinking: bool,
}Fields§
§has_thinking: boolTrait Implementations§
Source§impl Clone for ContextManagementOptions
impl Clone for ContextManagementOptions
Source§fn clone(&self) -> ContextManagementOptions
fn clone(&self) -> ContextManagementOptions
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 moreAuto Trait Implementations§
impl Freeze for ContextManagementOptions
impl RefUnwindSafe for ContextManagementOptions
impl Send for ContextManagementOptions
impl Sync for ContextManagementOptions
impl Unpin for ContextManagementOptions
impl UnsafeUnpin for ContextManagementOptions
impl UnwindSafe for ContextManagementOptions
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