pub struct BootstrapConfig {
pub resamples: usize,
pub confidence_level: f64,
pub seed: u64,
}Fields§
§resamples: usize§confidence_level: f64§seed: u64Implementations§
Source§impl BootstrapConfig
impl BootstrapConfig
pub fn validate(self) -> ScoringResult<()>
Trait Implementations§
Source§impl Clone for BootstrapConfig
impl Clone for BootstrapConfig
Source§fn clone(&self) -> BootstrapConfig
fn clone(&self) -> BootstrapConfig
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 moreimpl Copy for BootstrapConfig
Source§impl Debug for BootstrapConfig
impl Debug for BootstrapConfig
Source§impl PartialEq for BootstrapConfig
impl PartialEq for BootstrapConfig
impl StructuralPartialEq for BootstrapConfig
Auto Trait Implementations§
impl Freeze for BootstrapConfig
impl RefUnwindSafe for BootstrapConfig
impl Send for BootstrapConfig
impl Sync for BootstrapConfig
impl Unpin for BootstrapConfig
impl UnsafeUnpin for BootstrapConfig
impl UnwindSafe for BootstrapConfig
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