pub(crate) struct Sol132;Expand description
132h Palindrome Partitioning II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol132
impl RefUnwindSafe for Sol132
impl Send for Sol132
impl Sync for Sol132
impl Unpin for Sol132
impl UnsafeUnpin for Sol132
impl UnwindSafe for Sol132
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