pub struct GoogleSerperOutput {
pub result: String,
}
Fields§
§result: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GoogleSerperOutput
impl<'de> Deserialize<'de> for GoogleSerperOutput
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<GoogleSerperOutput> for String
impl From<GoogleSerperOutput> for String
Source§fn from(val: GoogleSerperOutput) -> Self
fn from(val: GoogleSerperOutput) -> Self
Converts to this type from the input type.
Source§impl From<String> for GoogleSerperOutput
impl From<String> for GoogleSerperOutput
Auto Trait Implementations§
impl Freeze for GoogleSerperOutput
impl RefUnwindSafe for GoogleSerperOutput
impl Send for GoogleSerperOutput
impl Sync for GoogleSerperOutput
impl Unpin for GoogleSerperOutput
impl UnwindSafe for GoogleSerperOutput
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