pub struct ProofPacketRecord {
pub generated_at: String,
pub snapshot_hash: String,
pub event_log_hash: String,
pub packet_manifest_hash: String,
}Fields§
§generated_at: String§snapshot_hash: String§event_log_hash: String§packet_manifest_hash: StringTrait Implementations§
Source§impl Clone for ProofPacketRecord
impl Clone for ProofPacketRecord
Source§fn clone(&self) -> ProofPacketRecord
fn clone(&self) -> ProofPacketRecord
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 moreAuto Trait Implementations§
impl Freeze for ProofPacketRecord
impl RefUnwindSafe for ProofPacketRecord
impl Send for ProofPacketRecord
impl Sync for ProofPacketRecord
impl Unpin for ProofPacketRecord
impl UnsafeUnpin for ProofPacketRecord
impl UnwindSafe for ProofPacketRecord
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