pub struct PathFound {
pub hops: HopCount,
}Fields§
§hops: HopCountTrait Implementations§
impl Copy for PathFound
impl Eq for PathFound
impl StructuralPartialEq for PathFound
Auto Trait Implementations§
impl Freeze for PathFound
impl RefUnwindSafe for PathFound
impl Send for PathFound
impl Sync for PathFound
impl Unpin for PathFound
impl UnsafeUnpin for PathFound
impl UnwindSafe for PathFound
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