pub(crate) struct Sol2243 {}Expand description
2243 Calculate Digit Sum of a String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2243
impl RefUnwindSafe for Sol2243
impl Send for Sol2243
impl Sync for Sol2243
impl Unpin for Sol2243
impl UnsafeUnpin for Sol2243
impl UnwindSafe for Sol2243
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