pub(crate) struct Sol1931;Expand description
1931h Painting a Grid With Three Different Colors
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1931
impl RefUnwindSafe for Sol1931
impl Send for Sol1931
impl Sync for Sol1931
impl Unpin for Sol1931
impl UnsafeUnpin for Sol1931
impl UnwindSafe for Sol1931
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