Struct goji::Jira[][src]

pub struct Jira { /* fields omitted */ }

Entrypoint into client interface https://docs.atlassian.com/jira/REST/latest/

Methods

impl Jira
[src]

creates a new instance of a jira client

creates a new instance of a jira client using a specified reqwest client

return transitions interface

return search interface

Trait Implementations

impl Clone for Jira
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Jira
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Jira

impl Sync for Jira