pub(crate) struct Sol1007;Expand description
1007m Minimum Domino Rotations For Equal Row
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1007
impl RefUnwindSafe for Sol1007
impl Send for Sol1007
impl Sync for Sol1007
impl Unpin for Sol1007
impl UnsafeUnpin for Sol1007
impl UnwindSafe for Sol1007
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