pub struct ReceiptLog { /* private fields */ }Expand description
In-memory append-only log of signed receipts.
This remains useful for process-local inspection even when a durable backend is configured.
Implementations§
Trait Implementations§
Source§impl Clone for ReceiptLog
impl Clone for ReceiptLog
Source§fn clone(&self) -> ReceiptLog
fn clone(&self) -> ReceiptLog
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 Default for ReceiptLog
impl Default for ReceiptLog
Source§fn default() -> ReceiptLog
fn default() -> ReceiptLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReceiptLog
impl RefUnwindSafe for ReceiptLog
impl Send for ReceiptLog
impl Sync for ReceiptLog
impl Unpin for ReceiptLog
impl UnsafeUnpin for ReceiptLog
impl UnwindSafe for ReceiptLog
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