pub enum MetaModel {
FixedEffect,
RandomEffects,
}Expand description
Pooling model.
Variants§
Trait Implementations§
impl Copy for MetaModel
impl StructuralPartialEq for MetaModel
Auto Trait Implementations§
impl Freeze for MetaModel
impl RefUnwindSafe for MetaModel
impl Send for MetaModel
impl Sync for MetaModel
impl Unpin for MetaModel
impl UnsafeUnpin for MetaModel
impl UnwindSafe for MetaModel
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