Struct graphannis_core::dfs::DFSStep
source · pub struct DFSStep {
pub node: NodeID,
pub distance: usize,
}Fields§
§node: NodeID§distance: usizeAuto Trait Implementations§
impl Freeze for DFSStep
impl RefUnwindSafe for DFSStep
impl Send for DFSStep
impl Sync for DFSStep
impl Unpin for DFSStep
impl UnwindSafe for DFSStep
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