pub(crate) struct Sol2467;
Expand description
2467m Most Profitable Path in a Tree
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2467
impl RefUnwindSafe for Sol2467
impl Send for Sol2467
impl Sync for Sol2467
impl Unpin for Sol2467
impl UnwindSafe for Sol2467
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