pub struct TableQueryResult {
    pub table_name: String,
    pub user_defined_type_schema: Option<String>,
    pub user_defined_type_name: Option<String>,
}
Available on crate features postgres and query only.

Fieldsยง

ยงtable_name: Stringยงuser_defined_type_schema: Option<String>ยงuser_defined_type_name: Option<String>

Implementationsยง

Available on crate feature parser only.

Trait Implementationsยง

Formats the value using the given formatter. Read more
Returns the โ€œdefault valueโ€ for a type. 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.