pub struct SearchContextSource {
pub url: String,
pub title: String,
}Expand description
A source reference from search context.
Fields§
§url: StringSource URL.
title: StringSource title.
Trait Implementations§
Source§impl Clone for SearchContextSource
impl Clone for SearchContextSource
Source§fn clone(&self) -> SearchContextSource
fn clone(&self) -> SearchContextSource
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 Debug for SearchContextSource
impl Debug for SearchContextSource
Source§impl<'de> Deserialize<'de> for SearchContextSource
impl<'de> Deserialize<'de> for SearchContextSource
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 SearchContextSource
impl RefUnwindSafe for SearchContextSource
impl Send for SearchContextSource
impl Sync for SearchContextSource
impl Unpin for SearchContextSource
impl UnsafeUnpin for SearchContextSource
impl UnwindSafe for SearchContextSource
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