pub enum GraphStepperOut {
Reached(String),
Timeout(String),
Exhausted(String),
}Variants§
Reached(String)
Timeout(String)
Exhausted(String)
Not conforming to configuration, but out of edges pointing to anything other than end states.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphStepperOut
impl RefUnwindSafe for GraphStepperOut
impl Send for GraphStepperOut
impl Sync for GraphStepperOut
impl Unpin for GraphStepperOut
impl UnwindSafe for GraphStepperOut
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