pub struct DebugReductionFactory;
Trait Implementations§
source§impl Default for DebugReductionFactory
impl Default for DebugReductionFactory
source§fn default() -> DebugReductionFactory
fn default() -> DebugReductionFactory
Returns the “default value” for a type. Read more
source§impl ReductionFactory for DebugReductionFactory
impl ReductionFactory for DebugReductionFactory
fn typename(&self) -> PascalCaseString
fn parse_config(&self, value: &Value) -> Result<Box<dyn ReductionConfig>>
fn get_config_schema(&self) -> RootSchema
fn get_config_default(&self) -> Value
fn create( &self, config: &dyn ReductionConfig, global_config: &GlobalConfig, num_models_above: ModelIndex ) -> Result<ReductionWrapper>
fn get_suggested_metrics(&self) -> Vec<String>
Auto Trait Implementations§
impl RefUnwindSafe for DebugReductionFactory
impl Send for DebugReductionFactory
impl Sync for DebugReductionFactory
impl Unpin for DebugReductionFactory
impl UnwindSafe for DebugReductionFactory
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