pub struct EvidenceRef(/* private fields */);Implementations§
Source§impl EvidenceRef
impl EvidenceRef
Source§impl EvidenceRef
impl EvidenceRef
pub fn into_inner(self) -> String
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 · 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<'de> Deserialize<'de> for EvidenceRef
impl<'de> Deserialize<'de> for EvidenceRef
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for EvidenceRef
impl Hash for EvidenceRef
Source§impl Ord for EvidenceRef
impl Ord for EvidenceRef
Source§fn cmp(&self, other: &EvidenceRef) -> Ordering
fn cmp(&self, other: &EvidenceRef) -> Ordering
1.21.0 · 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
Source§impl PartialEq for EvidenceRef
impl PartialEq for EvidenceRef
Source§impl PartialOrd for EvidenceRef
impl PartialOrd for EvidenceRef
Source§impl Serialize for EvidenceRef
impl Serialize for EvidenceRef
impl Eq for EvidenceRef
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