pub struct SenderRecoveryProof { /* private fields */ }Expand description
Proof that sender recovery succeeded.
This proof is intentionally not publicly constructible yet. Public constructors must bind the proof to the transaction identity they attest to before validators can create this value.
Trait Implementations§
Source§impl Debug for SenderRecoveryProof
impl Debug for SenderRecoveryProof
impl Eq for SenderRecoveryProof
Source§impl PartialEq for SenderRecoveryProof
impl PartialEq for SenderRecoveryProof
Source§fn eq(&self, other: &SenderRecoveryProof) -> bool
fn eq(&self, other: &SenderRecoveryProof) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SenderRecoveryProof
Auto Trait Implementations§
impl Freeze for SenderRecoveryProof
impl RefUnwindSafe for SenderRecoveryProof
impl Send for SenderRecoveryProof
impl Sync for SenderRecoveryProof
impl Unpin for SenderRecoveryProof
impl UnsafeUnpin for SenderRecoveryProof
impl UnwindSafe for SenderRecoveryProof
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