pub struct FingerprintCollection<OF, DS, K>{
pub entries: Vec<(Label, Vec<DS>)>,
/* private fields */
}
Fields§
§entries: Vec<(Label, Vec<DS>)>
Implementations§
Source§impl<OF, DS, K> FingerprintCollection<OF, DS, K>
impl<OF, DS, K> FingerprintCollection<OF, DS, K>
Trait Implementations§
Source§impl<OF, DS, K> Debug for FingerprintCollection<OF, DS, K>where
OF: ObservedFingerprint<Key = K> + Debug,
DS: DatabaseSignature<OF> + Debug,
K: IndexKey + Debug,
impl<OF, DS, K> Debug for FingerprintCollection<OF, DS, K>where
OF: ObservedFingerprint<Key = K> + Debug,
DS: DatabaseSignature<OF> + Debug,
K: IndexKey + Debug,
Source§impl<OF, DS, K> Default for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> Default for FingerprintCollection<OF, DS, K>
Source§impl<OF, DS, K> FingerprintDb<OF, DS> for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> FingerprintDb<OF, DS> for FingerprintCollection<OF, DS, K>
Auto Trait Implementations§
impl<OF, DS, K> Freeze for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> RefUnwindSafe for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> Send for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> Sync for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> Unpin for FingerprintCollection<OF, DS, K>
impl<OF, DS, K> UnwindSafe for FingerprintCollection<OF, DS, K>
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