pub(crate) struct Sol2608;
Expand description
2608h Shortest Cycle in a Graph
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2608
impl RefUnwindSafe for Sol2608
impl Send for Sol2608
impl Sync for Sol2608
impl Unpin for Sol2608
impl UnwindSafe for Sol2608
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