pub struct ProofStructureExt {
pub sequent: String,
pub num_axiom_links: usize,
pub is_correct: bool,
}Expand description
Proof net for multiplicative linear logic (second extended version).
Fields§
§sequent: String§num_axiom_links: usize§is_correct: boolImplementations§
Trait Implementations§
Source§impl Clone for ProofStructureExt
impl Clone for ProofStructureExt
Source§fn clone(&self) -> ProofStructureExt
fn clone(&self) -> ProofStructureExt
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 ProofStructureExt
impl RefUnwindSafe for ProofStructureExt
impl Send for ProofStructureExt
impl Sync for ProofStructureExt
impl Unpin for ProofStructureExt
impl UnsafeUnpin for ProofStructureExt
impl UnwindSafe for ProofStructureExt
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