Struct diesel::pg::types::sql_types::Array [−][src]
pub struct Array<ST>(_);
Expand description
The Array
SQL type.
This wraps another type to represent a SQL array of that type. Multidimensional arrays are not supported, nor are arrays containing null.
ToSql
impls
FromSql
impls
Vec<T>
for anyT
which implementsToSql<ST>
Trait Implementations
type Expression = Bound<Array<ST>, Self>
type Expression = Bound<Array<ST>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Array<ST>, Self>
type Expression = Bound<Array<ST>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Array<ST>, Self>
type Expression = Bound<Array<ST>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Array<ST>, Self>
type Expression = Bound<Array<ST>, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Array<ST>, Self>
type Expression = Bound<Array<ST>, Self>
The expression being returned
Perform the conversion
Fetch the metadata for the given type Read more
Auto Trait Implementations
impl<ST> RefUnwindSafe for Array<ST> where
ST: RefUnwindSafe,
impl<ST> UnwindSafe for Array<ST> where
ST: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more