Struct kailua_langsvr_protocol::DocumentFilter [] [src]

pub struct DocumentFilter {
    pub language: Option<String>,
    pub scheme: Option<String>,
    pub pattern: Option<String>,
}

Fields

Trait Implementations

impl Debug for DocumentFilter
[src]

Formats the value using the given formatter.

impl Clone for DocumentFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DocumentFilter
[src]

Returns the "default value" for a type. Read more