pub struct GrepSearchToolConfig {
pub enabled: Option<bool>,
}Expand description
antigravity.localharness.GrepSearchToolConfig
Fields§
§enabled: Option<bool>Trait Implementations§
Source§impl Clone for GrepSearchToolConfig
impl Clone for GrepSearchToolConfig
Source§fn clone(&self) -> GrepSearchToolConfig
fn clone(&self) -> GrepSearchToolConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GrepSearchToolConfig
impl Debug for GrepSearchToolConfig
Source§impl Default for GrepSearchToolConfig
impl Default for GrepSearchToolConfig
Source§fn default() -> GrepSearchToolConfig
fn default() -> GrepSearchToolConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GrepSearchToolConfig
impl<'de> Deserialize<'de> for GrepSearchToolConfig
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 PartialEq for GrepSearchToolConfig
impl PartialEq for GrepSearchToolConfig
Source§impl Serialize for GrepSearchToolConfig
impl Serialize for GrepSearchToolConfig
impl StructuralPartialEq for GrepSearchToolConfig
Auto Trait Implementations§
impl Freeze for GrepSearchToolConfig
impl RefUnwindSafe for GrepSearchToolConfig
impl Send for GrepSearchToolConfig
impl Sync for GrepSearchToolConfig
impl Unpin for GrepSearchToolConfig
impl UnsafeUnpin for GrepSearchToolConfig
impl UnwindSafe for GrepSearchToolConfig
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