pub struct ServiceDescriptor { /* private fields */ }Expand description
Internal descriptor that stores service registration information.
This struct is used internally by the service container to track registered services.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceDescriptor
impl !RefUnwindSafe for ServiceDescriptor
impl Send for ServiceDescriptor
impl Sync for ServiceDescriptor
impl Unpin for ServiceDescriptor
impl !UnwindSafe for ServiceDescriptor
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