Struct goji::SearchOptions[][src]

pub struct SearchOptions { /* fields omitted */ }

options availble for search

Methods

impl SearchOptions
[src]

return a new instance of a builder for options

serialize options as a string. returns None if no options are defined

Trait Implementations

impl Default for SearchOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for SearchOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchOptions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations