pub struct HitEntry { /* private fields */ }Implementations§
Source§impl HitEntry
impl HitEntry
pub fn get(&self, property: &str) -> ObjectValue
pub fn get_id(&self) -> Id
pub fn get_model(&self) -> Rc<Model>
pub fn get_parent_id(&self) -> Option<String>
pub fn get_parent_property(&self) -> Option<String>
pub fn get_parent(&self) -> Option<IndexEntryProperty>
pub fn get_data(&self) -> ObjectValues
Auto Trait Implementations§
impl Freeze for HitEntry
impl !RefUnwindSafe for HitEntry
impl !Send for HitEntry
impl !Sync for HitEntry
impl Unpin for HitEntry
impl !UnwindSafe for HitEntry
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