pub struct SimpleSearchTool { /* private fields */ }
Expand description
Simple bash-like search tool
Implementations§
Trait Implementations§
Source§impl Clone for SimpleSearchTool
impl Clone for SimpleSearchTool
Source§fn clone(&self) -> SimpleSearchTool
fn clone(&self) -> SimpleSearchTool
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 Tool for SimpleSearchTool
impl Tool for SimpleSearchTool
Auto Trait Implementations§
impl Freeze for SimpleSearchTool
impl RefUnwindSafe for SimpleSearchTool
impl Send for SimpleSearchTool
impl Sync for SimpleSearchTool
impl Unpin for SimpleSearchTool
impl UnwindSafe for SimpleSearchTool
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