Struct keri_core::processor::escrow::TransReceiptsEscrow
source · pub struct TransReceiptsEscrow { /* private fields */ }Implementations§
source§impl TransReceiptsEscrow
impl TransReceiptsEscrow
pub fn process_t_receipts_escrow( &self, id: &IdentifierPrefix, bus: &NotificationBus, ) -> Result<(), Error>
Trait Implementations§
source§impl Notifier for TransReceiptsEscrow
impl Notifier for TransReceiptsEscrow
fn notify( &self, notification: &Notification, bus: &NotificationBus, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for TransReceiptsEscrow
impl !RefUnwindSafe for TransReceiptsEscrow
impl Send for TransReceiptsEscrow
impl Sync for TransReceiptsEscrow
impl Unpin for TransReceiptsEscrow
impl !UnwindSafe for TransReceiptsEscrow
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