Struct clang::completion::Completer [] [src]

pub struct Completer<'tu> { /* fields omitted */ }

Runs code completion.

Methods

impl<'tu> Completer<'tu>
[src]

[src]

Sets whether macros will be included in code completion results.

[src]

Sets whether code patterns (e.g., for loops) will be included in code completion results.

[src]

Sets whether documentation comment briefs will be included in code completion results.

impl<'tu> Completer<'tu>
[src]

[src]

Sets the unsaved files to use.

[src]

Runs code completion.

Trait Implementations

impl<'tu> Clone for Completer<'tu>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'tu> Debug for Completer<'tu>
[src]

[src]

Formats the value using the given formatter.