pub struct ProofContract {
pub requires: Vec<String>,
pub provides: Vec<String>,
pub invalidates: Vec<String>,
}Fields§
§requires: Vec<String>§provides: Vec<String>§invalidates: Vec<String>Trait Implementations§
Source§impl Clone for ProofContract
impl Clone for ProofContract
Source§fn clone(&self) -> ProofContract
fn clone(&self) -> ProofContract
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 moreSource§impl Debug for ProofContract
impl Debug for ProofContract
Source§impl<'de> Deserialize<'de> for ProofContract
impl<'de> Deserialize<'de> for ProofContract
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProofContract
Source§impl PartialEq for ProofContract
impl PartialEq for ProofContract
Source§impl Serialize for ProofContract
impl Serialize for ProofContract
impl StructuralPartialEq for ProofContract
Auto Trait Implementations§
impl Freeze for ProofContract
impl RefUnwindSafe for ProofContract
impl Send for ProofContract
impl Sync for ProofContract
impl Unpin for ProofContract
impl UnsafeUnpin for ProofContract
impl UnwindSafe for ProofContract
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