pub enum Tails {
One,
Two,
}
Expand description
Number of tails for significance testing
Variants§
Auto Trait Implementations§
impl Freeze for Tails
impl RefUnwindSafe for Tails
impl Send for Tails
impl Sync for Tails
impl Unpin for Tails
impl UnwindSafe for Tails
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