pub(crate) struct Sol2044 {}Expand description
2044m Count Number of Maximum Bitwise-OR Subsets
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2044
impl RefUnwindSafe for Sol2044
impl Send for Sol2044
impl Sync for Sol2044
impl Unpin for Sol2044
impl UnsafeUnpin for Sol2044
impl UnwindSafe for Sol2044
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