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
fn domain_id(&self) -> &'static str
fn priority(&self) -> u32
fn load(&mut self, config: &dyn ConfigProvider) -> Result<(), DomainConfigError>
fn validate(&self) -> Result<ValidationReport, DomainConfigError>
fn dependencies(&self) -> &[&'static str]
Auto Trait Implementations§
impl Freeze for ContentConfigValidator
impl RefUnwindSafe for ContentConfigValidator
impl Send for ContentConfigValidator
impl Sync for ContentConfigValidator
impl Unpin for ContentConfigValidator
impl UnsafeUnpin 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