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