pub(crate) struct Sol2787 {}Expand description
2787m Ways to Express an Integer as Sum of Powers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2787
impl RefUnwindSafe for Sol2787
impl Send for Sol2787
impl Sync for Sol2787
impl Unpin for Sol2787
impl UnsafeUnpin for Sol2787
impl UnwindSafe for Sol2787
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