pub struct TavilyResult {
pub title: String,
pub url: String,
pub content: String,
pub score: f64,
pub raw_content: Option<String>,
}Fields§
§title: String§url: String§content: String§score: f64§raw_content: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TavilyResult
impl RefUnwindSafe for TavilyResult
impl Send for TavilyResult
impl Sync for TavilyResult
impl Unpin for TavilyResult
impl UnsafeUnpin for TavilyResult
impl UnwindSafe for TavilyResult
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