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