pub struct MemberIds {
pub content: FragmentFingerprint,
pub finding: FindingId,
}Expand description
Stable identifiers of one group member, parallel to
CloneGroup::members.
Fields§
§content: FragmentFingerprintContent fingerprint of the matched slice.
finding: FindingIdThis occurrence’s finding identifier.
Trait Implementations§
impl Eq for MemberIds
impl StructuralPartialEq for MemberIds
Auto Trait Implementations§
impl Freeze for MemberIds
impl RefUnwindSafe for MemberIds
impl Send for MemberIds
impl Sync for MemberIds
impl Unpin for MemberIds
impl UnsafeUnpin for MemberIds
impl UnwindSafe for MemberIds
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.