pub(crate) struct Sol2094;Expand description
2094 Finding 3-Digit Even Numbers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2094
impl RefUnwindSafe for Sol2094
impl Send for Sol2094
impl Sync for Sol2094
impl Unpin for Sol2094
impl UnsafeUnpin for Sol2094
impl UnwindSafe for Sol2094
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