pub(crate) struct Sol2033;Expand description
2033m Minimum Operations to Make a Uni-Value Grid
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2033
impl RefUnwindSafe for Sol2033
impl Send for Sol2033
impl Sync for Sol2033
impl Unpin for Sol2033
impl UnsafeUnpin for Sol2033
impl UnwindSafe for Sol2033
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