struct RegistryAdapter {
registry: Option<Arc<EventRegistry>>,
}
Expand description
Registry adapter for FFI providers that need to register with event registry
Fields§
§registry: Option<Arc<EventRegistry>>
Implementations§
Source§impl RegistryAdapter
impl RegistryAdapter
fn new() -> Self
fn set_registry(&mut self, registry: Arc<EventRegistry>)
Auto Trait Implementations§
impl Freeze for RegistryAdapter
impl !RefUnwindSafe for RegistryAdapter
impl Send for RegistryAdapter
impl Sync for RegistryAdapter
impl Unpin for RegistryAdapter
impl !UnwindSafe for RegistryAdapter
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