pub struct TracingConfigService(/* private fields */);Expand description
Wrapper around TracingConfigServer that implements ServiceDispatch.
Implementations§
Source§impl TracingConfigService
impl TracingConfigService
pub fn new(server: TracingConfigServer<TracingConfigImpl>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingConfigService
impl !RefUnwindSafe for TracingConfigService
impl Send for TracingConfigService
impl Sync for TracingConfigService
impl Unpin for TracingConfigService
impl !UnwindSafe for TracingConfigService
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