Struct mentat_core::values::DB_TYPE_INSTANT []

pub struct DB_TYPE_INSTANT { /* 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_TYPE_INSTANT

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for DB_TYPE_INSTANT

Auto Trait Implementations

impl Send for DB_TYPE_INSTANT

impl Sync for DB_TYPE_INSTANT