pub struct EvidenceRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EvidenceRef
impl Clone for EvidenceRef
Source§fn clone(&self) -> EvidenceRef
fn clone(&self) -> EvidenceRef
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 EvidenceRef
impl Debug for EvidenceRef
Source§impl Display for EvidenceRef
impl Display for EvidenceRef
impl Eq for EvidenceRef
Source§impl PartialEq for EvidenceRef
impl PartialEq for EvidenceRef
Source§fn eq(&self, other: &EvidenceRef) -> bool
fn eq(&self, other: &EvidenceRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EvidenceRef
Auto Trait Implementations§
impl Freeze for EvidenceRef
impl RefUnwindSafe for EvidenceRef
impl Send for EvidenceRef
impl Sync for EvidenceRef
impl Unpin for EvidenceRef
impl UnsafeUnpin for EvidenceRef
impl UnwindSafe for EvidenceRef
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