pub enum ModuleCompileStage {
Parse,
Link,
Persist,
}Variants§
Trait Implementations§
Source§impl Clone for ModuleCompileStage
impl Clone for ModuleCompileStage
Source§fn clone(&self) -> ModuleCompileStage
fn clone(&self) -> ModuleCompileStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleCompileStage
impl Debug for ModuleCompileStage
Source§impl<'de> Deserialize<'de> for ModuleCompileStage
impl<'de> Deserialize<'de> for ModuleCompileStage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ModuleCompileStage
Source§impl PartialEq for ModuleCompileStage
impl PartialEq for ModuleCompileStage
Source§fn eq(&self, other: &ModuleCompileStage) -> bool
fn eq(&self, other: &ModuleCompileStage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModuleCompileStage
impl Serialize for ModuleCompileStage
impl StructuralPartialEq for ModuleCompileStage
Auto Trait Implementations§
impl Freeze for ModuleCompileStage
impl RefUnwindSafe for ModuleCompileStage
impl Send for ModuleCompileStage
impl Sync for ModuleCompileStage
impl Unpin for ModuleCompileStage
impl UnsafeUnpin for ModuleCompileStage
impl UnwindSafe for ModuleCompileStage
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