Struct reductionml_core::config_schema::ConfigSchema
source · pub struct ConfigSchema { /* private fields */ }
Implementations§
source§impl ConfigSchema
impl ConfigSchema
pub fn new() -> Self
pub fn schema(&self) -> &RootSchema
pub fn add_reduction(&mut self, reduction_factory: &dyn ReductionFactory)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConfigSchema
impl Send for ConfigSchema
impl Sync for ConfigSchema
impl Unpin for ConfigSchema
impl UnwindSafe for ConfigSchema
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