pub struct CoqExample {
pub name: String,
pub statement: String,
pub proof: CoqTacticBlock,
}Expand description
Coq Example definition
Fields§
§name: String§statement: String§proof: CoqTacticBlockTrait Implementations§
Source§impl Clone for CoqExample
impl Clone for CoqExample
Source§fn clone(&self) -> CoqExample
fn clone(&self) -> CoqExample
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 moreSource§impl Debug for CoqExample
impl Debug for CoqExample
Auto Trait Implementations§
impl Freeze for CoqExample
impl RefUnwindSafe for CoqExample
impl Send for CoqExample
impl Sync for CoqExample
impl Unpin for CoqExample
impl UnsafeUnpin for CoqExample
impl UnwindSafe for CoqExample
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