pub struct DistillPolicy {
pub min_observations: u32,
pub min_fitness: f32,
pub require_success: bool,
}Fields§
§min_observations: u32§min_fitness: f32§require_success: boolTrait Implementations§
Source§impl Clone for DistillPolicy
impl Clone for DistillPolicy
Source§fn clone(&self) -> DistillPolicy
fn clone(&self) -> DistillPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DistillPolicy
impl Debug for DistillPolicy
Auto Trait Implementations§
impl Freeze for DistillPolicy
impl RefUnwindSafe for DistillPolicy
impl Send for DistillPolicy
impl Sync for DistillPolicy
impl Unpin for DistillPolicy
impl UnsafeUnpin for DistillPolicy
impl UnwindSafe for DistillPolicy
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