pub struct CompletionResults { /* private fields */ }
Expand description

A set of code completion results.

Implementations

Returns the diagnostics that were produced prior to the code completion context for this set of code completion results.

Returns the code completion context for this set of code completion results, if any.

Returns the categorization of the entity that contains the code completion context for this set of code completion results and whether that entity is incomplete, if applicable.

Returns the selector or partial selector that has been entered this far for the Objective-C message send context for this set of code completion results.

Returns the USR for the entity that contains the code completion context for this set of code completion results, if applicable.

Returns the code completion results in this set of code completion results.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.