pub(crate) struct Sol3108;
Expand description
3108h Minimum Cost Walk in Weighted Graph
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3108
impl RefUnwindSafe for Sol3108
impl Send for Sol3108
impl Sync for Sol3108
impl Unpin for Sol3108
impl UnwindSafe for Sol3108
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