pub struct NamingConventionRule { /* private fields */ }
Expand description
Rule that enforces naming conventions more strictly
Implementations§
Trait Implementations§
Source§impl ConfigurationRule for NamingConventionRule
impl ConfigurationRule for NamingConventionRule
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 NamingConventionRule
impl RefUnwindSafe for NamingConventionRule
impl Send for NamingConventionRule
impl Sync for NamingConventionRule
impl Unpin for NamingConventionRule
impl UnwindSafe for NamingConventionRule
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