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