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