pub enum CompileStage {
Syntax,
Document,
}Expand description
Available compile stages for $program compile
Variants§
Trait Implementations§
Source§impl Clone for CompileStage
impl Clone for CompileStage
Source§fn clone(&self) -> CompileStage
fn clone(&self) -> CompileStage
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 CompileStage
impl Debug for CompileStage
Source§impl PartialEq for CompileStage
impl PartialEq for CompileStage
Source§impl ValueEnum for CompileStage
impl ValueEnum for CompileStage
impl Eq for CompileStage
impl StructuralPartialEq for CompileStage
Auto Trait Implementations§
impl Freeze for CompileStage
impl RefUnwindSafe for CompileStage
impl Send for CompileStage
impl Sync for CompileStage
impl Unpin for CompileStage
impl UnwindSafe for CompileStage
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