Struct whatlang::Info [] [src]

pub struct Info { /* fields omitted */ }

Represents a full outcome of language detection.

Methods

impl Info
[src]

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 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]