pub struct LargeDeviations {
pub sequence_name: String,
pub rate_function: String,
pub is_good: bool,
}Expand description
Large deviations rate function.
Fields§
§sequence_name: String§rate_function: String§is_good: boolImplementations§
Trait Implementations§
Source§impl Clone for LargeDeviations
impl Clone for LargeDeviations
Source§fn clone(&self) -> LargeDeviations
fn clone(&self) -> LargeDeviations
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 LargeDeviations
impl RefUnwindSafe for LargeDeviations
impl Send for LargeDeviations
impl Sync for LargeDeviations
impl Unpin for LargeDeviations
impl UnsafeUnpin for LargeDeviations
impl UnwindSafe for LargeDeviations
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