pub struct VerifyLawContext {
pub givens: Vec<(String, String)>,
pub law_expr: String,
}Fields§
§givens: Vec<(String, String)>§law_expr: StringTrait Implementations§
Source§impl Clone for VerifyLawContext
impl Clone for VerifyLawContext
Source§fn clone(&self) -> VerifyLawContext
fn clone(&self) -> VerifyLawContext
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 VerifyLawContext
impl RefUnwindSafe for VerifyLawContext
impl Send for VerifyLawContext
impl Sync for VerifyLawContext
impl Unpin for VerifyLawContext
impl UnsafeUnpin for VerifyLawContext
impl UnwindSafe for VerifyLawContext
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