Struct whatlang::Info [] [src]

pub struct Info {
    pub lang: Lang,
    pub script: Script,
}

Represents a full outcome of language detection.

Fields

Trait Implementations

impl PartialEq for Info
[src]

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

This method tests for !=.

impl Eq for Info
[src]

impl Debug for Info
[src]

Formats the value using the given formatter.

impl Clone for Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Info
[src]