Struct imagevault::service::assets::SearchBuilder[][src]

pub struct SearchBuilder {
    pub search: String,
    // some fields omitted
}
Expand description

A builder for the assets/ search endpoint

Fields

search: String

Implementations

Creates a new builder.

Adds the $filter query to the search

Adds the $orderby query to the search

Adds the $skip query to the search

Adds the $top query to the search

Adds the $count query to the search

Adds the $select query to the search

Adds the $facet query to the search

Finalizes the SearchQuery to use with assets/ search endpoint

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.