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