pub struct Posting {
pub term: String,
pub rid: Rid,
pub positions: Vec<u32>,
pub timestamp: Timestamp,
}Expand description
Posting list for full-text search and analytics
Fields§
§term: String§rid: Rid§positions: Vec<u32>§timestamp: TimestampTrait Implementations§
Auto Trait Implementations§
impl Freeze for Posting
impl RefUnwindSafe for Posting
impl Send for Posting
impl Sync for Posting
impl Unpin for Posting
impl UnwindSafe for Posting
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