pub struct Aborted;Expand description
A walk stopped before it had an answer, because a fault is pending.
Never constructed by a walk directly: it comes back from an oracle call that
faulted, or from GraphOracle::abort, so “a walk returned Err and left
no fault behind” is not a state a walk can produce.
Trait Implementations§
impl Copy for Aborted
impl Eq for Aborted
impl StructuralPartialEq for Aborted
Auto Trait Implementations§
impl Freeze for Aborted
impl RefUnwindSafe for Aborted
impl Send for Aborted
impl Sync for Aborted
impl Unpin for Aborted
impl UnsafeUnpin for Aborted
impl UnwindSafe for Aborted
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