Struct ecdna_lib::abc::ABCResultBuilder
source · 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_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 copy 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 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