pub struct SemanticSearchResultType {}Auto Trait Implementations§
impl Freeze for SemanticSearchResultType
impl RefUnwindSafe for SemanticSearchResultType
impl Send for SemanticSearchResultType
impl Sync for SemanticSearchResultType
impl Unpin for SemanticSearchResultType
impl UnwindSafe for SemanticSearchResultType
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