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