pub struct ResolutionEvidence { /* private fields */ }Expand description
Structured evidence with optional human-readable context.
Implementations§
Trait Implementations§
Source§impl Clone for ResolutionEvidence
impl Clone for ResolutionEvidence
Source§fn clone(&self) -> ResolutionEvidence
fn clone(&self) -> ResolutionEvidence
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 ResolutionEvidence
impl Debug for ResolutionEvidence
impl Eq for ResolutionEvidence
Source§impl PartialEq for ResolutionEvidence
impl PartialEq for ResolutionEvidence
Source§fn eq(&self, other: &ResolutionEvidence) -> bool
fn eq(&self, other: &ResolutionEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolutionEvidence
Auto Trait Implementations§
impl Freeze for ResolutionEvidence
impl RefUnwindSafe for ResolutionEvidence
impl Send for ResolutionEvidence
impl Sync for ResolutionEvidence
impl Unpin for ResolutionEvidence
impl UnsafeUnpin for ResolutionEvidence
impl UnwindSafe for ResolutionEvidence
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