pub struct DiagnosticsNodeManagerBuilder;Expand description
Builder for the diagnostics node manager.
Trait Implementations§
Source§impl NodeManagerBuilder for DiagnosticsNodeManagerBuilder
impl NodeManagerBuilder for DiagnosticsNodeManagerBuilder
Source§fn build(
self: Box<DiagnosticsNodeManagerBuilder>,
context: ServerContext,
) -> Arc<dyn NodeManager + Sync + Send>
fn build( self: Box<DiagnosticsNodeManagerBuilder>, context: ServerContext, ) -> Arc<dyn NodeManager + Sync + Send>
Build the node manager, you can store data from
context, but you should not
hold any locks when this method has finished.Auto Trait Implementations§
impl Freeze for DiagnosticsNodeManagerBuilder
impl RefUnwindSafe for DiagnosticsNodeManagerBuilder
impl Send for DiagnosticsNodeManagerBuilder
impl Sync for DiagnosticsNodeManagerBuilder
impl Unpin for DiagnosticsNodeManagerBuilder
impl UnsafeUnpin for DiagnosticsNodeManagerBuilder
impl UnwindSafe for DiagnosticsNodeManagerBuilder
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