Enum acme_compilers::states::CompilerStates
source · pub enum CompilerStates {
Idle,
Init,
Read,
Compile,
Write,
Complete,
Invalid,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for CompilerStates
impl Clone for CompilerStates
source§fn clone(&self) -> CompilerStates
fn clone(&self) -> CompilerStates
Returns a copy 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 CompilerStates
impl Debug for CompilerStates
source§impl Default for CompilerStates
impl Default for CompilerStates
source§impl<'de> Deserialize<'de> for CompilerStates
impl<'de> Deserialize<'de> for CompilerStates
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
source§impl Display for CompilerStates
impl Display for CompilerStates
source§impl From<CompilerStates> for i64
impl From<CompilerStates> for i64
source§fn from(data: CompilerStates) -> Self
fn from(data: CompilerStates) -> Self
Converts to this type from the input type.
source§impl From<i64> for CompilerStates
impl From<i64> for CompilerStates
source§impl FromStr for CompilerStates
impl FromStr for CompilerStates
source§impl Hash for CompilerStates
impl Hash for CompilerStates
source§impl PartialEq<CompilerStates> for CompilerStates
impl PartialEq<CompilerStates> for CompilerStates
source§fn eq(&self, other: &CompilerStates) -> bool
fn eq(&self, other: &CompilerStates) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CompilerStates
impl Serialize for CompilerStates
source§impl TryFrom<&str> for CompilerStates
impl TryFrom<&str> for CompilerStates
source§impl VariantNames for CompilerStates
impl VariantNames for CompilerStates
impl Copy for CompilerStates
impl Eq for CompilerStates
impl StatePack for CompilerStates
impl StructuralEq for CompilerStates
impl StructuralPartialEq for CompilerStates
Auto Trait Implementations§
impl RefUnwindSafe for CompilerStates
impl Send for CompilerStates
impl Sync for CompilerStates
impl Unpin for CompilerStates
impl UnwindSafe for CompilerStates
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> Upcastable for Twhere
T: 'static + Any + Send + Sync,
impl<T> Upcastable for Twhere
T: 'static + Any + Send + Sync,
§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref