pub(crate) struct Sol2359 {}
Expand description
2359m Find Closed Node to Given Two Nodes
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2359
impl RefUnwindSafe for Sol2359
impl Send for Sol2359
impl Sync for Sol2359
impl Unpin for Sol2359
impl UnwindSafe for Sol2359
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