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