pub struct ScalingResult {
pub points: Vec<EntropyPoint>,
}Expand description
Entropy scaling across sample sizes.
Fields§
§points: Vec<EntropyPoint>Trait Implementations§
Source§impl Clone for ScalingResult
impl Clone for ScalingResult
Source§fn clone(&self) -> ScalingResult
fn clone(&self) -> ScalingResult
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 moreSource§impl Debug for ScalingResult
impl Debug for ScalingResult
Auto Trait Implementations§
impl Freeze for ScalingResult
impl RefUnwindSafe for ScalingResult
impl Send for ScalingResult
impl Sync for ScalingResult
impl Unpin for ScalingResult
impl UnsafeUnpin for ScalingResult
impl UnwindSafe for ScalingResult
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