Struct postgres_es::PostgresViewRepository[][src]

pub struct PostgresViewRepository<V, A> { /* fields omitted */ }
Expand description

A postgres backed query repository for use in backing a GenericQuery.

Implementations

Creates a new PostgresViewRepository that will store serialized views in a Postgres table named identically to the query_name value provided. This table should be created by the user before using this query repository (see /db/init.sql sql initialization file).

Trait Implementations

Returns the current view instance.

Updates the view instance.

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.