Crate bugzilla_query

source ·

Structs

  • The representation of a single Bugzilla bug with all its fields.
  • Configuration and credentials to access a Bugzilla instance.
  • 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.
  • The representation of a Bugzilla user account.

Enums

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

Type Aliases

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