pub(crate) struct Sol730;Expand description
730h Count Different Palindromic Subsequences
Implementations§
Auto Trait Implementations§
impl Freeze for Sol730
impl RefUnwindSafe for Sol730
impl Send for Sol730
impl Sync for Sol730
impl Unpin for Sol730
impl UnsafeUnpin for Sol730
impl UnwindSafe for Sol730
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