pub(crate) struct Sol2594;Expand description
2594m Minimum Time to Repair Cars
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2594
impl RefUnwindSafe for Sol2594
impl Send for Sol2594
impl Sync for Sol2594
impl Unpin for Sol2594
impl UnsafeUnpin for Sol2594
impl UnwindSafe for Sol2594
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