pub struct BarRecursion {
pub type_level: usize,
pub models_comprehension: bool,
}Expand description
Spector bar recursion.
Fields§
§type_level: usize§models_comprehension: boolImplementations§
Source§impl BarRecursion
impl BarRecursion
pub fn spector() -> Self
pub fn description(&self) -> String
pub fn kohlenbach_generalization(&self) -> String
Trait Implementations§
Source§impl Clone for BarRecursion
impl Clone for BarRecursion
Source§fn clone(&self) -> BarRecursion
fn clone(&self) -> BarRecursion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BarRecursion
impl RefUnwindSafe for BarRecursion
impl Send for BarRecursion
impl Sync for BarRecursion
impl Unpin for BarRecursion
impl UnsafeUnpin for BarRecursion
impl UnwindSafe for BarRecursion
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