pub enum Rulesets {
Custom,
Conway,
ConwayEasy,
ConwayVeryEasy,
Decay,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rulesets
impl RefUnwindSafe for Rulesets
impl Send for Rulesets
impl Sync for Rulesets
impl Unpin for Rulesets
impl UnwindSafe for Rulesets
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