pub struct InsightItem {
pub id: String,
pub title: String,
pub score: f64,
pub blocks_count: usize,
}Fields§
§id: String§title: String§score: f64§blocks_count: usizeTrait Implementations§
Source§impl Clone for InsightItem
impl Clone for InsightItem
Source§fn clone(&self) -> InsightItem
fn clone(&self) -> InsightItem
Returns a duplicate of the value. Read more
1.0.0 · 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 InsightItem
impl Debug for InsightItem
Auto Trait Implementations§
impl Freeze for InsightItem
impl RefUnwindSafe for InsightItem
impl Send for InsightItem
impl Sync for InsightItem
impl Unpin for InsightItem
impl UnsafeUnpin for InsightItem
impl UnwindSafe for InsightItem
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