Crate bugzilla_query

Source

Structs§

Bug
The representation of a single Bugzilla bug with all its fields.
BzInstance
Configuration and credentials to access a Bugzilla instance.
Flag
The representation of a flag in a bug. A flag resembles a hash map entry, where flag.name is the key and flag.status is the value.
User
The representation of a Bugzilla user account.

Enums§

Auth
The authentication method that the crate uses when contacting Bugzilla.
BugzillaQueryError
All errors that might occur in this crate.
OneOrMany
Certain fields can appear as a single, optional string or a list of strings based on the Bugzilla instance and its configuration.
Pagination
Controls the upper limit of how many bugs the response from Bugzilla can contain:
Value
Represents any valid JSON value.

Type Aliases§

Alias
Some Bugzilla instances set the alias as a single string, some use a list of aliases.
Component
Some Bugzilla instances set the component as a single string, some use a list of components.
Version
Some Bugzilla instances set the version as a single string, some use a list of versions.