[][src]Struct ra_ap_ide::CompletionConfig

pub struct CompletionConfig {
    pub enable_postfix_completions: bool,
    pub add_call_parenthesis: bool,
    pub add_call_argument_snippets: bool,
    pub snippet_cap: Option<SnippetCap>,
}

Fields

enable_postfix_completions: booladd_call_parenthesis: booladd_call_argument_snippets: boolsnippet_cap: Option<SnippetCap>

Implementations

impl CompletionConfig[src]

pub fn allow_snippets(&mut self, yes: bool)[src]

Trait Implementations

impl Clone for CompletionConfig[src]

impl Debug for CompletionConfig[src]

impl Default for CompletionConfig[src]

impl Eq for CompletionConfig[src]

impl PartialEq<CompletionConfig> for CompletionConfig[src]

impl StructuralEq for CompletionConfig[src]

impl StructuralPartialEq for CompletionConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Cast for T

impl<T> CloneAny for T where
    T: Clone + Any

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.