pub struct CoreNodeManagerBuilder;Expand description
Builder for the CoreNodeManager.
Trait Implementations§
Source§impl InMemoryNodeManagerImplBuilder for CoreNodeManagerBuilder
impl InMemoryNodeManagerImplBuilder for CoreNodeManagerBuilder
Source§type Impl = CoreNodeManagerImpl
type Impl = CoreNodeManagerImpl
Type implementing InMemoryNodeManagerImpl constructed by this builder.
Source§fn build(
self,
context: ServerContext,
address_space: &mut AddressSpace,
) -> <CoreNodeManagerBuilder as InMemoryNodeManagerImplBuilder>::Impl
fn build( self, context: ServerContext, address_space: &mut AddressSpace, ) -> <CoreNodeManagerBuilder as InMemoryNodeManagerImplBuilder>::Impl
Build the node manager impl.
Auto Trait Implementations§
impl Freeze for CoreNodeManagerBuilder
impl RefUnwindSafe for CoreNodeManagerBuilder
impl Send for CoreNodeManagerBuilder
impl Sync for CoreNodeManagerBuilder
impl Unpin for CoreNodeManagerBuilder
impl UnsafeUnpin for CoreNodeManagerBuilder
impl UnwindSafe for CoreNodeManagerBuilder
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