pub(crate) struct Sol2176;Expand description
2176 Count Equal and Divisible Pairs in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2176
impl RefUnwindSafe for Sol2176
impl Send for Sol2176
impl Sync for Sol2176
impl Unpin for Sol2176
impl UnsafeUnpin for Sol2176
impl UnwindSafe for Sol2176
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