pub struct InvariantFormCandidate {
pub form: RowForm,
pub certificate: InvariantCertificate,
}Expand description
One candidate row form whose certificate satisfies the requirement.
Fields§
§form: RowFormMatching row form.
certificate: InvariantCertificateInspectable evidence for the match.
Trait Implementations§
Source§impl Clone for InvariantFormCandidate
impl Clone for InvariantFormCandidate
Source§fn clone(&self) -> InvariantFormCandidate
fn clone(&self) -> InvariantFormCandidate
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 InvariantFormCandidate
impl Debug for InvariantFormCandidate
impl Eq for InvariantFormCandidate
Source§impl PartialEq for InvariantFormCandidate
impl PartialEq for InvariantFormCandidate
impl StructuralPartialEq for InvariantFormCandidate
Auto Trait Implementations§
impl Freeze for InvariantFormCandidate
impl RefUnwindSafe for InvariantFormCandidate
impl Send for InvariantFormCandidate
impl Sync for InvariantFormCandidate
impl Unpin for InvariantFormCandidate
impl UnsafeUnpin for InvariantFormCandidate
impl UnwindSafe for InvariantFormCandidate
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