Enum smpl::interpreter::ModQuery[][src]

pub enum ModQuery {
    FnHandle(FnHandle),
    TypeHandle(TypeHandle),
}

Variants

Trait Implementations

impl Debug for ModQuery
[src]

Formats the value using the given formatter. Read more

impl Clone for ModQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModQuery
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ModQuery

impl Sync for ModQuery