pub struct ServiceRegistryConfig {
pub max_instances_per_service: usize,
}Expand description
Configuration for the service registry.
Fields§
§max_instances_per_service: usizeTrait Implementations§
Source§impl Clone for ServiceRegistryConfig
impl Clone for ServiceRegistryConfig
Source§fn clone(&self) -> ServiceRegistryConfig
fn clone(&self) -> ServiceRegistryConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceRegistryConfig
impl Debug for ServiceRegistryConfig
Auto Trait Implementations§
impl Freeze for ServiceRegistryConfig
impl RefUnwindSafe for ServiceRegistryConfig
impl Send for ServiceRegistryConfig
impl Sync for ServiceRegistryConfig
impl Unpin for ServiceRegistryConfig
impl UnsafeUnpin for ServiceRegistryConfig
impl UnwindSafe for ServiceRegistryConfig
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