pub struct LedgerRecord {
pub digest: [u8; 32],
pub recorded_at: DateTime<Utc>,
pub metadata: Value,
}Fields§
§digest: [u8; 32]§recorded_at: DateTime<Utc>§metadata: ValueTrait Implementations§
Source§impl Clone for LedgerRecord
impl Clone for LedgerRecord
Source§fn clone(&self) -> LedgerRecord
fn clone(&self) -> LedgerRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LedgerRecord
impl Debug for LedgerRecord
Source§impl PartialEq for LedgerRecord
impl PartialEq for LedgerRecord
impl Eq for LedgerRecord
impl StructuralPartialEq for LedgerRecord
Auto Trait Implementations§
impl Freeze for LedgerRecord
impl RefUnwindSafe for LedgerRecord
impl Send for LedgerRecord
impl Sync for LedgerRecord
impl Unpin for LedgerRecord
impl UnwindSafe for LedgerRecord
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