pub struct CoqCompute {
pub expr: String,
}Expand description
Coq compute command
Fields§
§expr: StringTrait Implementations§
Source§impl Clone for CoqCompute
impl Clone for CoqCompute
Source§fn clone(&self) -> CoqCompute
fn clone(&self) -> CoqCompute
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 CoqCompute
impl Debug for CoqCompute
Auto Trait Implementations§
impl Freeze for CoqCompute
impl RefUnwindSafe for CoqCompute
impl Send for CoqCompute
impl Sync for CoqCompute
impl Unpin for CoqCompute
impl UnsafeUnpin for CoqCompute
impl UnwindSafe for CoqCompute
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