pub struct CoqSectionVar {
pub names: Vec<String>,
pub var_type: String,
}Expand description
Coq section variable declaration
Fields§
§names: Vec<String>§var_type: StringTrait Implementations§
Source§impl Clone for CoqSectionVar
impl Clone for CoqSectionVar
Source§fn clone(&self) -> CoqSectionVar
fn clone(&self) -> CoqSectionVar
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 CoqSectionVar
impl Debug for CoqSectionVar
Auto Trait Implementations§
impl Freeze for CoqSectionVar
impl RefUnwindSafe for CoqSectionVar
impl Send for CoqSectionVar
impl Sync for CoqSectionVar
impl Unpin for CoqSectionVar
impl UnsafeUnpin for CoqSectionVar
impl UnwindSafe for CoqSectionVar
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