pub struct ServerRegistry { /* private fields */ }
Expand description
A ServerRegistry multiplexes servers to dispatch calls by server name.
Implementations§
Auto Trait Implementations§
impl Freeze for ServerRegistry
impl !RefUnwindSafe for ServerRegistry
impl !Send for ServerRegistry
impl !Sync for ServerRegistry
impl Unpin for ServerRegistry
impl !UnwindSafe for ServerRegistry
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