Struct cld2::Lang [] [src]

pub struct Lang(pub &'static str);

A language code, normally two letters for common languages.

Trait Implementations

Derived Implementations

impl Copy for Lang

impl Clone for Lang

fn clone(&self) -> Lang

fn clone_from(&mut self, source: &Self)

impl Debug for Lang

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for Lang

impl PartialEq for Lang

fn eq(&self, __arg_0: &Lang) -> bool

fn ne(&self, __arg_0: &Lang) -> bool