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