pub struct HaltingOracleExt { /* private fields */ }Expand description
Halting oracle (exists only non-constructively, for axiom purposes).
Auto Trait Implementations§
impl Freeze for HaltingOracleExt
impl RefUnwindSafe for HaltingOracleExt
impl Send for HaltingOracleExt
impl Sync for HaltingOracleExt
impl Unpin for HaltingOracleExt
impl UnsafeUnpin for HaltingOracleExt
impl UnwindSafe for HaltingOracleExt
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