Struct whatlang::Query [] [src]

pub struct Query<'a> {
    pub text: &'a str,
    pub blacklist: Option<&'a [Lang]>,
    pub whitelist: Option<&'a [Lang]>,
}

Fields

Methods

impl<'a> Query<'a>
[src]

Trait Implementations

impl<'a> PartialEq for Query<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for Query<'a>
[src]

impl<'a> Debug for Query<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Query<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more