pub(crate) struct Sol2131 {}Expand description
2131m Longest Palindrome by Concatenating Two Letter Words
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2131
impl RefUnwindSafe for Sol2131
impl Send for Sol2131
impl Sync for Sol2131
impl Unpin for Sol2131
impl UnsafeUnpin for Sol2131
impl UnwindSafe for Sol2131
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