pub(crate) struct Sol2523;
Expand description
2523m Closest Prime Numbers in Range
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2523
impl RefUnwindSafe for Sol2523
impl Send for Sol2523
impl Sync for Sol2523
impl Unpin for Sol2523
impl UnwindSafe for Sol2523
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