pub(crate) struct Sol1717 {}Expand description
1717m Maximum Score From Removing Substrings
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1717
impl RefUnwindSafe for Sol1717
impl Send for Sol1717
impl Sync for Sol1717
impl Unpin for Sol1717
impl UnsafeUnpin for Sol1717
impl UnwindSafe for Sol1717
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