pub struct LedgerSync { /* private fields */ }Expand description
Async ledger sync that sends audit events to a remote URL.
Implementations§
Source§impl LedgerSync
impl LedgerSync
Auto Trait Implementations§
impl Freeze for LedgerSync
impl RefUnwindSafe for LedgerSync
impl Send for LedgerSync
impl Sync for LedgerSync
impl Unpin for LedgerSync
impl UnsafeUnpin for LedgerSync
impl UnwindSafe for LedgerSync
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