pub(crate) struct Sol1504 {}Expand description
1504m Count Submatrices With All Ones
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1504
impl RefUnwindSafe for Sol1504
impl Send for Sol1504
impl Sync for Sol1504
impl Unpin for Sol1504
impl UnsafeUnpin for Sol1504
impl UnwindSafe for Sol1504
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