pub(crate) struct Sol1128;Expand description
1128 Number of Equivalent Domino Pairs
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1128
impl RefUnwindSafe for Sol1128
impl Send for Sol1128
impl Sync for Sol1128
impl Unpin for Sol1128
impl UnsafeUnpin for Sol1128
impl UnwindSafe for Sol1128
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