pub(crate) struct Sol1295;
Expand description
1295 Find Numbers with Even Number of Digits
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1295
impl RefUnwindSafe for Sol1295
impl Send for Sol1295
impl Sync for Sol1295
impl Unpin for Sol1295
impl UnwindSafe for Sol1295
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