pub struct WebSource {
pub title: String,
pub url: String,
}Expand description
One public source returned by grounded search.
Fields§
§title: StringSanitized source title.
url: StringPublic HTTP(S) URL without a fragment.
Trait Implementations§
impl Eq for WebSource
impl StructuralPartialEq for WebSource
Auto Trait Implementations§
impl Freeze for WebSource
impl RefUnwindSafe for WebSource
impl Send for WebSource
impl Sync for WebSource
impl Unpin for WebSource
impl UnsafeUnpin for WebSource
impl UnwindSafe for WebSource
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