pub struct DebugLedgerAdapter;Trait Implementations§
Source§impl LedgerAdapter for DebugLedgerAdapter
impl LedgerAdapter for DebugLedgerAdapter
fn submit(&self, record: &LedgerRecord) -> Result<(), LedgerError>
Auto Trait Implementations§
impl Freeze for DebugLedgerAdapter
impl RefUnwindSafe for DebugLedgerAdapter
impl Send for DebugLedgerAdapter
impl Sync for DebugLedgerAdapter
impl Unpin for DebugLedgerAdapter
impl UnwindSafe for DebugLedgerAdapter
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