pub struct EvidenceNodeKeyV0 {
pub query_identity: String,
pub input_identity: String,
}Fields§
§query_identity: String§input_identity: StringImplementations§
Trait Implementations§
Source§impl Clone for EvidenceNodeKeyV0
impl Clone for EvidenceNodeKeyV0
Source§fn clone(&self) -> EvidenceNodeKeyV0
fn clone(&self) -> EvidenceNodeKeyV0
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 EvidenceNodeKeyV0
impl Debug for EvidenceNodeKeyV0
Source§impl<'de> Deserialize<'de> for EvidenceNodeKeyV0
impl<'de> Deserialize<'de> for EvidenceNodeKeyV0
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EvidenceNodeKeyV0
Source§impl Hash for EvidenceNodeKeyV0
impl Hash for EvidenceNodeKeyV0
Source§impl Ord for EvidenceNodeKeyV0
impl Ord for EvidenceNodeKeyV0
Source§fn cmp(&self, other: &EvidenceNodeKeyV0) -> Ordering
fn cmp(&self, other: &EvidenceNodeKeyV0) -> 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
Source§impl PartialEq for EvidenceNodeKeyV0
impl PartialEq for EvidenceNodeKeyV0
Source§impl PartialOrd for EvidenceNodeKeyV0
impl PartialOrd for EvidenceNodeKeyV0
Source§impl Serialize for EvidenceNodeKeyV0
impl Serialize for EvidenceNodeKeyV0
impl StructuralPartialEq for EvidenceNodeKeyV0
Auto Trait Implementations§
impl Freeze for EvidenceNodeKeyV0
impl RefUnwindSafe for EvidenceNodeKeyV0
impl Send for EvidenceNodeKeyV0
impl Sync for EvidenceNodeKeyV0
impl Unpin for EvidenceNodeKeyV0
impl UnsafeUnpin for EvidenceNodeKeyV0
impl UnwindSafe for EvidenceNodeKeyV0
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