pub struct ToolLoopOptions {
pub max_iterations: usize,
}Fields§
§max_iterations: usizeTrait Implementations§
Source§impl Clone for ToolLoopOptions
impl Clone for ToolLoopOptions
Source§fn clone(&self) -> ToolLoopOptions
fn clone(&self) -> ToolLoopOptions
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 ToolLoopOptions
impl Debug for ToolLoopOptions
Auto Trait Implementations§
impl Freeze for ToolLoopOptions
impl RefUnwindSafe for ToolLoopOptions
impl Send for ToolLoopOptions
impl Sync for ToolLoopOptions
impl Unpin for ToolLoopOptions
impl UnwindSafe for ToolLoopOptions
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