pub struct InProcessRegistry { /* private fields */ }Expand description
Shared registry that wires up InProcessClusterTransport siblings
in the same process. A single registry is created once per “logical
network” and handed to every transport that should be able to reach
every other.
Implementations§
Trait Implementations§
Source§impl Default for InProcessRegistry
impl Default for InProcessRegistry
Source§fn default() -> InProcessRegistry
fn default() -> InProcessRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InProcessRegistry
impl !RefUnwindSafe for InProcessRegistry
impl Send for InProcessRegistry
impl Sync for InProcessRegistry
impl Unpin for InProcessRegistry
impl UnsafeUnpin for InProcessRegistry
impl UnwindSafe for InProcessRegistry
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