pub struct PrimaryProof { /* private fields */ }Trait Implementations§
Source§impl Debug for PrimaryProof
impl Debug for PrimaryProof
Source§impl<'de> Deserialize<'de> for PrimaryProof
impl<'de> Deserialize<'de> for PrimaryProof
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 PrimaryProof
Source§impl PartialEq for PrimaryProof
impl PartialEq for PrimaryProof
Source§impl Serialize for PrimaryProof
impl Serialize for PrimaryProof
impl StructuralPartialEq for PrimaryProof
Auto Trait Implementations§
impl Freeze for PrimaryProof
impl RefUnwindSafe for PrimaryProof
impl Send for PrimaryProof
impl Sync for PrimaryProof
impl Unpin for PrimaryProof
impl UnsafeUnpin for PrimaryProof
impl UnwindSafe for PrimaryProof
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