pub(crate) struct Sol2364;Expand description
2364m Count Number of Bad Pairs
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2364
impl RefUnwindSafe for Sol2364
impl Send for Sol2364
impl Sync for Sol2364
impl Unpin for Sol2364
impl UnsafeUnpin for Sol2364
impl UnwindSafe for Sol2364
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