Struct mentat_core::values::DB_UNIQUE_IDENTITY []

pub struct DB_UNIQUE_IDENTITY { /* 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_UNIQUE_IDENTITY

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for DB_UNIQUE_IDENTITY

Auto Trait Implementations

impl Send for DB_UNIQUE_IDENTITY

impl Sync for DB_UNIQUE_IDENTITY