pub struct WebSearchSourceCandidate {
pub title: String,
pub url: String,
pub provenance: String,
}Expand description
A source observed while an interim message is produced.
Fields§
§title: String§url: String§provenance: StringTrait Implementations§
Source§impl Clone for WebSearchSourceCandidate
impl Clone for WebSearchSourceCandidate
Source§impl Debug for WebSearchSourceCandidate
impl Debug for WebSearchSourceCandidate
impl Eq for WebSearchSourceCandidate
Source§impl PartialEq for WebSearchSourceCandidate
impl PartialEq for WebSearchSourceCandidate
impl StructuralPartialEq for WebSearchSourceCandidate
Auto Trait Implementations§
impl Freeze for WebSearchSourceCandidate
impl RefUnwindSafe for WebSearchSourceCandidate
impl Send for WebSearchSourceCandidate
impl Sync for WebSearchSourceCandidate
impl Unpin for WebSearchSourceCandidate
impl UnsafeUnpin for WebSearchSourceCandidate
impl UnwindSafe for WebSearchSourceCandidate
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