pub struct GoogleSerperInput {
pub query: String,
}
Fields§
§query: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GoogleSerperInput
impl<'de> Deserialize<'de> for GoogleSerperInput
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 From<&str> for GoogleSerperInput
impl From<&str> for GoogleSerperInput
Source§impl From<String> for GoogleSerperInput
impl From<String> for GoogleSerperInput
Auto Trait Implementations§
impl Freeze for GoogleSerperInput
impl RefUnwindSafe for GoogleSerperInput
impl Send for GoogleSerperInput
impl Sync for GoogleSerperInput
impl Unpin for GoogleSerperInput
impl UnwindSafe for GoogleSerperInput
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