Struct mentat_core::values::DB_INDEX []

pub struct DB_INDEX { /* fields omitted */ }

Methods from __Deref<Target = Value>

Return a pretty string representation of this Value.

Performs default pattern matching between this value and some pattern. Returns true if matching succeeds.

as_nil does not use the macro as it does not have an underlying value, and returns Option<()>.

Trait Implementations

impl __Deref for DB_INDEX

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for DB_INDEX

Auto Trait Implementations

impl Send for DB_INDEX

impl Sync for DB_INDEX