pub struct EvidenceSetId(/* private fields */);Expand description
Identity of the evidence carried by one observation.
Implementations§
Source§impl EvidenceSetId
impl EvidenceSetId
Sourcepub const fn content_id(&self) -> &ContentId
pub const fn content_id(&self) -> &ContentId
Borrows the semantic content identity.
Trait Implementations§
Source§impl Clone for EvidenceSetId
impl Clone for EvidenceSetId
Source§fn clone(&self) -> EvidenceSetId
fn clone(&self) -> EvidenceSetId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EvidenceSetId
impl Debug for EvidenceSetId
Source§impl Display for EvidenceSetId
impl Display for EvidenceSetId
impl Eq for EvidenceSetId
Source§impl Ord for EvidenceSetId
impl Ord for EvidenceSetId
Source§fn cmp(&self, other: &EvidenceSetId) -> Ordering
fn cmp(&self, other: &EvidenceSetId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for EvidenceSetId
impl PartialEq for EvidenceSetId
Source§impl PartialOrd for EvidenceSetId
impl PartialOrd for EvidenceSetId
impl StructuralPartialEq for EvidenceSetId
Auto Trait Implementations§
impl Freeze for EvidenceSetId
impl RefUnwindSafe for EvidenceSetId
impl Send for EvidenceSetId
impl Sync for EvidenceSetId
impl Unpin for EvidenceSetId
impl UnsafeUnpin for EvidenceSetId
impl UnwindSafe for EvidenceSetId
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