pub struct WebSearchResultLocationCitation {
pub cited_text: String,
pub url: String,
pub title: Option<String>,
pub encrypted_index: String,
}Expand description
Web search result location citation
Fields§
§cited_text: String§url: String§title: Option<String>§encrypted_index: StringTrait Implementations§
Source§impl Clone for WebSearchResultLocationCitation
impl Clone for WebSearchResultLocationCitation
Source§fn clone(&self) -> WebSearchResultLocationCitation
fn clone(&self) -> WebSearchResultLocationCitation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for WebSearchResultLocationCitation
impl<'de> Deserialize<'de> for WebSearchResultLocationCitation
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
Auto Trait Implementations§
impl Freeze for WebSearchResultLocationCitation
impl RefUnwindSafe for WebSearchResultLocationCitation
impl Send for WebSearchResultLocationCitation
impl Sync for WebSearchResultLocationCitation
impl Unpin for WebSearchResultLocationCitation
impl UnwindSafe for WebSearchResultLocationCitation
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