pub struct KeyspaceMeta(_);
Expand description

A snapshot of the schema’s metadata.

Implementations

Iterator over the aggregates in this keyspace

Iterator over the field in this keyspace

Gets the table metadata for the provided table name.

Gets the materialized view metadata for the provided materialized view name.

Gets the data type for the provided type name.

Gets the function metadata for the provided function name.

Gets the aggregate metadata for the provided aggregate name.

Iterator over the tables in this keyspaces

Iterator over the functions in this keyspaces

Iterator over the UDTs in this keyspaces

Iterator over the materialized views in this keyspaces

Gets the name of the keyspace.

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “keyspaces” metadata table.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.