Struct indy_data_types::anoncreds::presentation::SubProofReferent
source · pub struct SubProofReferent {
pub sub_proof_index: u32,
}Fields§
§sub_proof_index: u32Trait Implementations§
source§impl Clone for SubProofReferent
impl Clone for SubProofReferent
source§fn clone(&self) -> SubProofReferent
fn clone(&self) -> SubProofReferent
Returns a copy 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 SubProofReferent
impl Debug for SubProofReferent
source§impl<'de> Deserialize<'de> for SubProofReferent
impl<'de> Deserialize<'de> for SubProofReferent
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
source§impl Ord for SubProofReferent
impl Ord for SubProofReferent
source§fn cmp(&self, other: &SubProofReferent) -> Ordering
fn cmp(&self, other: &SubProofReferent) -> 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 SubProofReferent
impl PartialEq for SubProofReferent
source§fn eq(&self, other: &SubProofReferent) -> bool
fn eq(&self, other: &SubProofReferent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SubProofReferent
impl PartialOrd for SubProofReferent
source§fn partial_cmp(&self, other: &SubProofReferent) -> Option<Ordering>
fn partial_cmp(&self, other: &SubProofReferent) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for SubProofReferent
impl Serialize for SubProofReferent
impl Eq for SubProofReferent
impl StructuralEq for SubProofReferent
impl StructuralPartialEq for SubProofReferent
Auto Trait Implementations§
impl RefUnwindSafe for SubProofReferent
impl Send for SubProofReferent
impl Sync for SubProofReferent
impl Unpin for SubProofReferent
impl UnwindSafe for SubProofReferent
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