an array of #IdeDiagnostic.
Retrieves the number of diagnostics that can be accessed via ide_diagnostics_index().
Retrieves the diagnostic at index
.
Copies the contents of other
into self
.
This is performed by taking a reference to the immutable #IdeDiagnostic instances.
Creates a new #IdeDiagnostics container structure for ar
.
Ownership of ar
is transfered to the resulting structure.
an array of #IdeDiagnostic.
Creates a new #IdeDiagnostics container structure for
ar
. Ownership ofar
is transfered to the resulting structure.