Struct mentat_core::values::DB_INSTALL_ATTRIBUTE []

pub struct DB_INSTALL_ATTRIBUTE { /* 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_INSTALL_ATTRIBUTE

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for DB_INSTALL_ATTRIBUTE

Auto Trait Implementations

impl Send for DB_INSTALL_ATTRIBUTE

impl Sync for DB_INSTALL_ATTRIBUTE