Struct goji::Search[][src]

pub struct Search { /* fields omitted */ }

Search interface

Methods

impl Search
[src]

Returns a single page of search results

See the jira docs for more information

Return a type which may be used to iterate over consecutive pages of results

See the jira docs for more information

Trait Implementations

impl Debug for Search
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Search

impl Sync for Search