pub struct ABCResultBuilder { /* private fields */ }Expand description
Builder for ABCResult.
Implementations§
Source§impl ABCResultBuilder
impl ABCResultBuilder
pub fn idx(&mut self, value: usize) -> &mut Self
pub fn mean(&mut self, value: f32) -> &mut Self
pub fn mean_stat(&mut self, value: Option<f32>) -> &mut Self
pub fn frequency(&mut self, value: f32) -> &mut Self
pub fn frequency_stat(&mut self, value: Option<f32>) -> &mut Self
pub fn entropy(&mut self, value: f32) -> &mut Self
pub fn entropy_stat(&mut self, value: Option<f32>) -> &mut Self
pub fn ecdna_stat(&mut self, value: Option<f32>) -> &mut Self
pub fn kmax(&mut self, value: Option<u16>) -> &mut Self
pub fn kmax_stat(&mut self, value: Option<f32>) -> &mut Self
pub fn pop_size(&mut self, value: u64) -> &mut Self
pub fn dropped_nminus(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for ABCResultBuilder
impl Clone for ABCResultBuilder
Source§fn clone(&self) -> ABCResultBuilder
fn clone(&self) -> ABCResultBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ABCResultBuilder
impl RefUnwindSafe for ABCResultBuilder
impl Send for ABCResultBuilder
impl Sync for ABCResultBuilder
impl Unpin for ABCResultBuilder
impl UnwindSafe for ABCResultBuilder
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