pub struct DeferredProof {
pub ingest: ProofIngest,
pub packet_hash: PacketHash,
pub signing_key: IdentitySigningPublicKey,
pub signature: Ed25519Signature,
}Fields§
§ingest: ProofIngest§packet_hash: PacketHash§signing_key: IdentitySigningPublicKey§signature: Ed25519SignatureTrait Implementations§
Source§impl Clone for DeferredProof
impl Clone for DeferredProof
Source§fn clone(&self) -> DeferredProof
fn clone(&self) -> DeferredProof
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 moreimpl Copy for DeferredProof
Source§impl Debug for DeferredProof
impl Debug for DeferredProof
impl Eq for DeferredProof
Source§impl PartialEq for DeferredProof
impl PartialEq for DeferredProof
impl StructuralPartialEq for DeferredProof
Auto Trait Implementations§
impl Freeze for DeferredProof
impl RefUnwindSafe for DeferredProof
impl Send for DeferredProof
impl Sync for DeferredProof
impl Unpin for DeferredProof
impl UnsafeUnpin for DeferredProof
impl UnwindSafe for DeferredProof
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