pub struct RetrieverId { /* private fields */ }Expand description
Retriever identifier for explainability.
Used to label which retriever each list comes from when calling explain variants.
Implementations§
Trait Implementations§
Source§impl Clone for RetrieverId
impl Clone for RetrieverId
Source§fn clone(&self) -> RetrieverId
fn clone(&self) -> RetrieverId
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 RetrieverId
impl Debug for RetrieverId
Source§impl From<&str> for RetrieverId
impl From<&str> for RetrieverId
Source§impl From<String> for RetrieverId
impl From<String> for RetrieverId
Source§impl Hash for RetrieverId
impl Hash for RetrieverId
Source§impl PartialEq for RetrieverId
impl PartialEq for RetrieverId
impl Eq for RetrieverId
impl StructuralPartialEq for RetrieverId
Auto Trait Implementations§
impl Freeze for RetrieverId
impl RefUnwindSafe for RetrieverId
impl Send for RetrieverId
impl Sync for RetrieverId
impl Unpin for RetrieverId
impl UnsafeUnpin for RetrieverId
impl UnwindSafe for RetrieverId
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