Struct cld2::Lang
[−]
[src]
pub struct Lang(pub &'static str);
A language code, normally two letters for common languages.
pub struct Lang(pub &'static str);
A language code, normally two letters for common languages.
impl Copy for Langimpl Clone for Langfn clone(&self) -> Langfn clone_from(&mut self, source: &Self)impl Debug for Langimpl Eq for Langimpl PartialEq for Lang