pub struct StaticToolExecutor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for StaticToolExecutor
impl Default for StaticToolExecutor
Source§fn default() -> StaticToolExecutor
fn default() -> StaticToolExecutor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StaticToolExecutor
impl !RefUnwindSafe for StaticToolExecutor
impl !Send for StaticToolExecutor
impl !Sync for StaticToolExecutor
impl Unpin for StaticToolExecutor
impl UnsafeUnpin for StaticToolExecutor
impl !UnwindSafe for StaticToolExecutor
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