pub enum Design {
Block,
Beehive,
Loaf,
Boat,
Tub,
Blinker,
Toad,
Beacon,
Pulsar,
Eureka,
Glider,
LWSS,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Design
impl RefUnwindSafe for Design
impl Send for Design
impl Sync for Design
impl Unpin for Design
impl UnwindSafe for Design
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