Struct goji::SearchResults[][src]

pub struct SearchResults {
    pub total: u64,
    pub max_results: u64,
    pub start_at: u64,
    pub expand: Option<String>,
    pub issues: Vec<Issue>,
}

Fields

Trait Implementations

impl Debug for SearchResults
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations