pub struct AbstractionFunction { /* private fields */ }Expand description
The abstraction function: smallest interval containing a concrete set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbstractionFunction
impl !RefUnwindSafe for AbstractionFunction
impl !Send for AbstractionFunction
impl !Sync for AbstractionFunction
impl Unpin for AbstractionFunction
impl UnsafeUnpin for AbstractionFunction
impl !UnwindSafe for AbstractionFunction
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