pub struct WebSearchActionSearchSource {
pub type: String,
pub url: String,
}Available on crate feature
response-types only.Fields§
§type: StringThe type of source. Always url.
url: StringThe URL of the source.
Trait Implementations§
Source§impl Clone for WebSearchActionSearchSource
impl Clone for WebSearchActionSearchSource
Source§fn clone(&self) -> WebSearchActionSearchSource
fn clone(&self) -> WebSearchActionSearchSource
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 WebSearchActionSearchSource
impl Debug for WebSearchActionSearchSource
Source§impl<'de> Deserialize<'de> for WebSearchActionSearchSource
impl<'de> Deserialize<'de> for WebSearchActionSearchSource
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 WebSearchActionSearchSource
impl PartialEq for WebSearchActionSearchSource
Source§fn eq(&self, other: &WebSearchActionSearchSource) -> bool
fn eq(&self, other: &WebSearchActionSearchSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebSearchActionSearchSource
Auto Trait Implementations§
impl Freeze for WebSearchActionSearchSource
impl RefUnwindSafe for WebSearchActionSearchSource
impl Send for WebSearchActionSearchSource
impl Sync for WebSearchActionSearchSource
impl Unpin for WebSearchActionSearchSource
impl UnsafeUnpin for WebSearchActionSearchSource
impl UnwindSafe for WebSearchActionSearchSource
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