pub struct DependencyCountRule { /* private fields */ }
Expand description
Rule that validates service dependency counts
Implementations§
Trait Implementations§
Source§impl ConfigurationRule for DependencyCountRule
impl ConfigurationRule for DependencyCountRule
Source§fn apply(
&self,
_configurator: &mut ProviderConfigurator,
) -> Result<(), ConfigError>
fn apply( &self, _configurator: &mut ProviderConfigurator, ) -> Result<(), ConfigError>
Apply the configuration rule to the provider configurator
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get a description of what this rule does
Auto Trait Implementations§
impl Freeze for DependencyCountRule
impl RefUnwindSafe for DependencyCountRule
impl Send for DependencyCountRule
impl Sync for DependencyCountRule
impl Unpin for DependencyCountRule
impl UnwindSafe for DependencyCountRule
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