Struct gerritlib::changes::ChangeInfos [] [src]

pub struct ChangeInfos {
    pub json: Option<Value>,
    // some fields omitted
}

Fields

Methods

impl ChangeInfos
[src]

creates a new ChangeInfos instance. ChangeInfos.json is None

creates new ChangeInfos object with an initial ChangeInfos.json value

add a regular expression filter for keys

The filter needs to be resetted through filter_reset.

add a regular expression filter for values

The filter needs to be resetted through filter_reset.

reset key and value filter

prints all selectable fields os a search string

returns two values. First one is the count of returned json objects and second value is a HashMap with all fields and gow much they occure.

return the string in machinereadable format

return in human readable form

returns a HashMap with project and tip of a topic.changeset

Trait Implementations

impl Default for ChangeInfos
[src]

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

impl Debug for ChangeInfos
[src]

Formats the value using the given formatter.