pub struct FuncEntry { /* private fields */ }Expand description
Store the value of the interpretation of a function in a particular point. https://z3prover.github.io/api/html/classz3py_1_1_func_entry.html
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncEntry
impl RefUnwindSafe for FuncEntry
impl !Send for FuncEntry
impl !Sync for FuncEntry
impl Unpin for FuncEntry
impl UnsafeUnpin for FuncEntry
impl UnwindSafe for FuncEntry
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