pub(crate) struct Sol3085 {}Expand description
3085m Minimum Deletions to Make String K-Special
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3085
impl RefUnwindSafe for Sol3085
impl Send for Sol3085
impl Sync for Sol3085
impl Unpin for Sol3085
impl UnsafeUnpin for Sol3085
impl UnwindSafe for Sol3085
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