pub struct BackendContext {
pub registry: TopicRegistry,
}Expand description
Shared builder context for storage adapter install fns.
Fields§
§registry: TopicRegistryInventory-discovered topic descriptors.
Auto Trait Implementations§
impl Freeze for BackendContext
impl RefUnwindSafe for BackendContext
impl Send for BackendContext
impl Sync for BackendContext
impl Unpin for BackendContext
impl UnsafeUnpin for BackendContext
impl UnwindSafe for BackendContext
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