pub(crate) struct Sol2200 {}Expand description
2200 Find All K-Distant Indices in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2200
impl RefUnwindSafe for Sol2200
impl Send for Sol2200
impl Sync for Sol2200
impl Unpin for Sol2200
impl UnsafeUnpin for Sol2200
impl UnwindSafe for Sol2200
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