pub struct RegistryCoordinator {}
Expand description
Basic registry coordinator
Implementations§
Auto Trait Implementations§
impl Freeze for RegistryCoordinator
impl RefUnwindSafe for RegistryCoordinator
impl Send for RegistryCoordinator
impl Sync for RegistryCoordinator
impl Unpin for RegistryCoordinator
impl UnwindSafe for RegistryCoordinator
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