Enum artichoke_backend::sys::mrb_lex_state_enum
source · [−]#[repr(u32)]
pub enum mrb_lex_state_enum {
EXPR_BEG,
EXPR_END,
EXPR_ENDARG,
EXPR_ENDFN,
EXPR_ARG,
EXPR_CMDARG,
EXPR_MID,
EXPR_FNAME,
EXPR_DOT,
EXPR_CLASS,
EXPR_VALUE,
EXPR_MAX_STATE,
}
Variants
EXPR_BEG
EXPR_END
EXPR_ENDARG
EXPR_ENDFN
EXPR_ARG
EXPR_CMDARG
EXPR_MID
EXPR_FNAME
EXPR_DOT
EXPR_CLASS
EXPR_VALUE
EXPR_MAX_STATE
Trait Implementations
sourceimpl Clone for mrb_lex_state_enum
impl Clone for mrb_lex_state_enum
sourcefn clone(&self) -> mrb_lex_state_enum
fn clone(&self) -> mrb_lex_state_enum
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for mrb_lex_state_enum
impl Debug for mrb_lex_state_enum
sourceimpl Hash for mrb_lex_state_enum
impl Hash for mrb_lex_state_enum
impl Copy for mrb_lex_state_enum
impl Eq for mrb_lex_state_enum
impl StructuralEq for mrb_lex_state_enum
impl StructuralPartialEq for mrb_lex_state_enum
Auto Trait Implementations
impl RefUnwindSafe for mrb_lex_state_enum
impl Send for mrb_lex_state_enum
impl Sync for mrb_lex_state_enum
impl Unpin for mrb_lex_state_enum
impl UnwindSafe for mrb_lex_state_enum
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more