Trait sqlite_rs::traits::Name

source ·
pub trait Name {
    const NAME: &'static str;
}

Required Associated Constants§

source

const NAME: &'static str

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Name for DatabaseTextEncoding

source§

const NAME: &'static str = "DatabaseTextEncoding"

source§

impl Name for FileFormatReadVersion

source§

const NAME: &'static str = "FileFormatReadVersion"

source§

impl Name for FileFormatWriteVersion

source§

const NAME: &'static str = "FileFormatWriteVersion"

source§

impl Name for PageSize

source§

const NAME: &'static str = "PageSize"

source§

impl Name for SchemaFormat

source§

const NAME: &'static str = "SchemaFormat"

source§

impl Name for ApplicationId

source§

const NAME: &'static str = "ApplicationId"

source§

impl Name for DatabaseFileSizeInPages

source§

const NAME: &'static str = "DatabaseFileSizeInPages"

source§

impl Name for FileChangeCounter

source§

const NAME: &'static str = "FileChangeCounter"

source§

impl Name for FileFormatVersionNumbers

source§

const NAME: &'static str = "FileFormatVersionNumbers"

source§

impl Name for FreeListPages

source§

const NAME: &'static str = "FreeListPages"

source§

impl Name for LeafPayloadFraction

source§

const NAME: &'static str = "LeafPayloadFraction"

source§

impl Name for MagicHeaderString

source§

const NAME: &'static str = "MagicHeaderString"

source§

impl Name for MaximumEmbeddedPayloadFraction

source§

const NAME: &'static str = "MaximumEmbeddedPayloadFraction"

source§

impl Name for MinimumEmbeddedPayloadFraction

source§

const NAME: &'static str = "MinimumEmbeddedPayloadFraction"

source§

impl Name for PayloadFractions

source§

const NAME: &'static str = "PayloadFractions"

source§

impl Name for ReservedBytesPerPage

source§

const NAME: &'static str = "ReservedBytesPerPage"

source§

impl Name for ReservedForExpansion

source§

const NAME: &'static str = "ReservedForExpansion"

source§

impl Name for SchemaCookie

source§

const NAME: &'static str = "SchemaCookie"

source§

impl Name for SqliteHeader

source§

const NAME: &'static str = "SqliteHeader"

source§

impl Name for SuggestedCacheSize

source§

const NAME: &'static str = "SuggestedCacheSize"

source§

impl Name for UserVersion

source§

const NAME: &'static str = "UserVersion"

source§

impl Name for VersionValidFor

source§

const NAME: &'static str = "VersionValidFor"

source§

impl Name for WriteLibraryVersion

source§

const NAME: &'static str = "WriteLibraryVersion"