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