pub struct ServerRegistry { /* private fields */ }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 UnsafeUnpin 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