pub struct CoqExtConfig {
pub emit_comments: bool,
pub use_program: bool,
pub use_equations: bool,
pub universe_polymorphism: bool,
pub default_db: String,
pub emit_extracted: bool,
}Expand description
Coq extended backend config
Fields§
§emit_comments: bool§use_program: bool§use_equations: bool§universe_polymorphism: bool§default_db: String§emit_extracted: boolTrait Implementations§
Source§impl Clone for CoqExtConfig
impl Clone for CoqExtConfig
Source§fn clone(&self) -> CoqExtConfig
fn clone(&self) -> CoqExtConfig
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 CoqExtConfig
impl Debug for CoqExtConfig
Auto Trait Implementations§
impl Freeze for CoqExtConfig
impl RefUnwindSafe for CoqExtConfig
impl Send for CoqExtConfig
impl Sync for CoqExtConfig
impl Unpin for CoqExtConfig
impl UnsafeUnpin for CoqExtConfig
impl UnwindSafe for CoqExtConfig
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