pub struct CustomPropertyLeastFixedPointProofV0 {
pub finite_domain: &'static str,
pub transfer_function: &'static str,
pub monotone_witness: &'static str,
pub iteration_bound_formula: &'static str,
pub cycle_policy: &'static str,
pub proof_obligations: Vec<&'static str>,
}Fields§
§finite_domain: &'static str§transfer_function: &'static str§monotone_witness: &'static str§iteration_bound_formula: &'static str§cycle_policy: &'static str§proof_obligations: Vec<&'static str>Trait Implementations§
Source§impl Clone for CustomPropertyLeastFixedPointProofV0
impl Clone for CustomPropertyLeastFixedPointProofV0
Source§fn clone(&self) -> CustomPropertyLeastFixedPointProofV0
fn clone(&self) -> CustomPropertyLeastFixedPointProofV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for CustomPropertyLeastFixedPointProofV0
Source§impl PartialEq for CustomPropertyLeastFixedPointProofV0
impl PartialEq for CustomPropertyLeastFixedPointProofV0
Source§fn eq(&self, other: &CustomPropertyLeastFixedPointProofV0) -> bool
fn eq(&self, other: &CustomPropertyLeastFixedPointProofV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CustomPropertyLeastFixedPointProofV0
Auto Trait Implementations§
impl Freeze for CustomPropertyLeastFixedPointProofV0
impl RefUnwindSafe for CustomPropertyLeastFixedPointProofV0
impl Send for CustomPropertyLeastFixedPointProofV0
impl Sync for CustomPropertyLeastFixedPointProofV0
impl Unpin for CustomPropertyLeastFixedPointProofV0
impl UnsafeUnpin for CustomPropertyLeastFixedPointProofV0
impl UnwindSafe for CustomPropertyLeastFixedPointProofV0
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