Struct diesel_full_text_search::TsVector [] [src]

pub struct TsVector;

Trait Implementations

impl Clone for TsVector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TsVector
[src]

impl HasSqlType<TsVector> for Pg
[src]

[src]

Fetch the metadata for the given type Read more

[src]

Fetch the metadata for a tuple representing an entire row Read more

impl NotNull for TsVector
[src]

Auto Trait Implementations

impl Send for TsVector

impl Sync for TsVector