pub struct DeferredVerify {
pub proven: ProvenReceipt,
pub packet_hash: PacketHash,
pub signing_key: IdentitySigningPublicKey,
}Fields§
§proven: ProvenReceipt§packet_hash: PacketHash§signing_key: IdentitySigningPublicKeyTrait Implementations§
Source§impl Clone for DeferredVerify
impl Clone for DeferredVerify
Source§fn clone(&self) -> DeferredVerify
fn clone(&self) -> DeferredVerify
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 DeferredVerify
Source§impl Debug for DeferredVerify
impl Debug for DeferredVerify
impl Eq for DeferredVerify
Source§impl PartialEq for DeferredVerify
impl PartialEq for DeferredVerify
impl StructuralPartialEq for DeferredVerify
Auto Trait Implementations§
impl Freeze for DeferredVerify
impl RefUnwindSafe for DeferredVerify
impl Send for DeferredVerify
impl Sync for DeferredVerify
impl Unpin for DeferredVerify
impl UnsafeUnpin for DeferredVerify
impl UnwindSafe for DeferredVerify
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