Struct gerritlib::changes::Changes [] [src]

pub struct Changes {
    pub querylist: Option<Vec<String>>,
    pub labellist: Option<Vec<String>>,
    // some fields omitted
}

Interface to retrieve Changes information from gerrit server

Fields

Query Information (q-parameter) like "owner:self"

Additional fields, like DOWNLOAD_COMMANDS or CURRENT_ACTIONS

Methods

impl Changes
[src]

Returns a ChangeInfos object on success. This value comes direct from the http call and is a valid json object

Trait Implementations

impl GerritAccess for Changes
[src]

Returns the (path, query) information