Struct diesel_ltree::Ltxtquery [] [src]

pub struct Ltxtquery;

Trait Implementations

impl Clone for Ltxtquery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Ltxtquery
[src]

impl QueryId for Ltxtquery

A type which uniquely represents Self in a SQL query. Read more

HAS_STATIC_QUERY_ID: bool = true

Can the SQL generated by Self be uniquely identified by its type? Read more

[src]

Returns the type id of Self::QueryId if Self::HAS_STATIC_QUERY_ID. Returns None otherwise. Read more