Enum librsnek::system::ExitCode [] [src]

#[repr(u8)]
pub enum ExitCode { Ok, GenericError, SyntaxError, NotImplemented, }

Exit codes for the main interpreter loops

Variants

Trait Implementations

impl Debug for ExitCode
[src]

Formats the value using the given formatter.

impl Clone for ExitCode
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Hash for ExitCode
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl Eq for ExitCode
[src]

impl PartialEq for ExitCode
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.