pub struct ServiceRegistry { /* private fields */ }Expand description
Simple service registry storing raw pointers and a service type string.
Implementations§
Trait Implementations§
Source§impl Default for ServiceRegistry
impl Default for ServiceRegistry
impl Send for ServiceRegistry
impl Sync for ServiceRegistry
Auto Trait Implementations§
impl !Freeze for ServiceRegistry
impl RefUnwindSafe for ServiceRegistry
impl Unpin for ServiceRegistry
impl UnsafeUnpin for ServiceRegistry
impl UnwindSafe for ServiceRegistry
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