Struct keri_core::processor::notification::NotificationBus
source · pub struct NotificationBus { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NotificationBus
impl Send for NotificationBus
impl Sync for NotificationBus
impl Unpin for NotificationBus
impl !UnwindSafe for NotificationBus
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