pub struct AstGrepResult(pub SearchResult);Tuple Fields§
§0: SearchResultTrait Implementations§
Source§impl Clone for AstGrepResult
impl Clone for AstGrepResult
Source§fn clone(&self) -> AstGrepResult
fn clone(&self) -> AstGrepResult
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 AstGrepResult
impl Debug for AstGrepResult
Source§impl<'de> Deserialize<'de> for AstGrepResult
impl<'de> Deserialize<'de> for AstGrepResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AstGrepResult> for ToolResult
impl From<AstGrepResult> for ToolResult
Source§fn from(r: AstGrepResult) -> Self
fn from(r: AstGrepResult) -> Self
Converts to this type from the input type.
Source§impl Serialize for AstGrepResult
impl Serialize for AstGrepResult
impl ToolOutput for AstGrepResult
Auto Trait Implementations§
impl Freeze for AstGrepResult
impl RefUnwindSafe for AstGrepResult
impl Send for AstGrepResult
impl Sync for AstGrepResult
impl Unpin for AstGrepResult
impl UnwindSafe for AstGrepResult
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