pub struct InMemoryLedger { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for InMemoryLedger
impl Debug for InMemoryLedger
Source§impl Default for InMemoryLedger
impl Default for InMemoryLedger
Source§fn default() -> InMemoryLedger
fn default() -> InMemoryLedger
Returns the “default value” for a type. Read more
Source§impl Ledger for InMemoryLedger
impl Ledger for InMemoryLedger
fn get_latest(&self, path: &str) -> Option<LedgerEntry>
fn record(&self, entry: LedgerEntry)
Auto Trait Implementations§
impl Freeze for InMemoryLedger
impl RefUnwindSafe for InMemoryLedger
impl Send for InMemoryLedger
impl Sync for InMemoryLedger
impl Unpin for InMemoryLedger
impl UnsafeUnpin for InMemoryLedger
impl UnwindSafe for InMemoryLedger
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