pub struct StepUnit<Ix> {
pub caller: Option<Rc<StepUnit<Ix>>>,
pub idx: NodeIndex<Ix>,
pub rel: Option<EdgeIndex>,
}
Fields§
§caller: Option<Rc<StepUnit<Ix>>>
§idx: NodeIndex<Ix>
§rel: Option<EdgeIndex>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Ix> Freeze for StepUnit<Ix>where
Ix: Freeze,
impl<Ix> RefUnwindSafe for StepUnit<Ix>where
Ix: RefUnwindSafe,
impl<Ix> !Send for StepUnit<Ix>
impl<Ix> !Sync for StepUnit<Ix>
impl<Ix> Unpin for StepUnit<Ix>where
Ix: Unpin,
impl<Ix> UnwindSafe for StepUnit<Ix>where
Ix: UnwindSafe + RefUnwindSafe,
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