pub(crate) struct Sol798 {}Expand description
798h Smallest Rotation with Highest Score
Implementations§
Auto Trait Implementations§
impl Freeze for Sol798
impl RefUnwindSafe for Sol798
impl Send for Sol798
impl Sync for Sol798
impl Unpin for Sol798
impl UnsafeUnpin for Sol798
impl UnwindSafe for Sol798
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