pub(crate) struct Sol1780;
Expand description
1780m Check if Number is a Sum of Powers of Three
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1780
impl RefUnwindSafe for Sol1780
impl Send for Sol1780
impl Sync for Sol1780
impl Unpin for Sol1780
impl UnwindSafe for Sol1780
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