Struct cassandra_cpp::SchemaMeta [] [src]

pub struct SchemaMeta(_);

A snapshot of the schema's metadata

Methods

impl SchemaMeta
[src]

[src]

Gets the version of the schema metadata snapshot.

[src]

Gets the keyspace metadata for the provided keyspace name.

Important traits for KeyspaceIterator
[src]

Returns an iterator over the keyspaces in this schema

Trait Implementations

impl Debug for SchemaMeta
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for SchemaMeta
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for SchemaMeta

impl !Sync for SchemaMeta