Enum librsnek::system::ExitCode
[−]
[src]
#[repr(u8)]pub enum ExitCode { Ok, GenericError, SyntaxError, NotImplemented, }
Exit codes for the main interpreter loops
Variants
OkGenericErrorSyntaxErrorNotImplementedTrait Implementations
impl Debug for ExitCode[src]
impl Clone for ExitCode[src]
fn clone(&self) -> ExitCode
Returns a copy of the value.
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source.
impl Hash for ExitCode[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher].
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher].