pub struct ContentConfigValidator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ContentConfigValidator
impl Debug for ContentConfigValidator
Source§impl Default for ContentConfigValidator
impl Default for ContentConfigValidator
Source§fn default() -> ContentConfigValidator
fn default() -> ContentConfigValidator
Returns the “default value” for a type. Read more
Source§impl DomainConfig for ContentConfigValidator
impl DomainConfig for ContentConfigValidator
Source§fn load(&mut self, config: &dyn ConfigProvider) -> Result<(), DomainConfigError>
fn load(&mut self, config: &dyn ConfigProvider) -> Result<(), DomainConfigError>
Load configuration from the given config. Read more
Source§fn validate(&self) -> Result<ValidationReport, DomainConfigError>
fn validate(&self) -> Result<ValidationReport, DomainConfigError>
Validate the loaded configuration. Read more
Source§fn dependencies(&self) -> &[&'static str]
fn dependencies(&self) -> &[&'static str]
Dependencies on other domains. Read more
Auto Trait Implementations§
impl Freeze for ContentConfigValidator
impl RefUnwindSafe for ContentConfigValidator
impl Send for ContentConfigValidator
impl Sync for ContentConfigValidator
impl Unpin for ContentConfigValidator
impl UnwindSafe for ContentConfigValidator
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