pub struct CoqExtSourceBuffer {
pub sections: Vec<String>,
pub current: String,
pub indent: usize,
}Expand description
Coq source buffer
Fields§
§sections: Vec<String>§current: String§indent: usizeImplementations§
Trait Implementations§
Source§impl Debug for CoqExtSourceBuffer
impl Debug for CoqExtSourceBuffer
Source§impl Default for CoqExtSourceBuffer
impl Default for CoqExtSourceBuffer
Source§fn default() -> CoqExtSourceBuffer
fn default() -> CoqExtSourceBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqExtSourceBuffer
impl RefUnwindSafe for CoqExtSourceBuffer
impl Send for CoqExtSourceBuffer
impl Sync for CoqExtSourceBuffer
impl Unpin for CoqExtSourceBuffer
impl UnsafeUnpin for CoqExtSourceBuffer
impl UnwindSafe for CoqExtSourceBuffer
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