pub(crate) struct Sol2578;
Expand description
2579m Count Total Number of Colored Cells
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2578
impl RefUnwindSafe for Sol2578
impl Send for Sol2578
impl Sync for Sol2578
impl Unpin for Sol2578
impl UnwindSafe for Sol2578
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