Enum wordle_cli::lang::locale::AppLanguage
source · [−]pub enum AppLanguage {
DE,
EN,
}Variants
DE
EN
Trait Implementations
sourceimpl Clone for AppLanguage
impl Clone for AppLanguage
sourcefn clone(&self) -> AppLanguage
fn clone(&self) -> AppLanguage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AppLanguage
impl Debug for AppLanguage
sourceimpl Display for AppLanguage
impl Display for AppLanguage
sourceimpl PartialEq<AppLanguage> for AppLanguage
impl PartialEq<AppLanguage> for AppLanguage
impl Copy for AppLanguage
impl StructuralPartialEq for AppLanguage
Auto Trait Implementations
impl RefUnwindSafe for AppLanguage
impl Send for AppLanguage
impl Sync for AppLanguage
impl Unpin for AppLanguage
impl UnwindSafe for AppLanguage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoSql for T
impl<T> IntoSql for T
sourcefn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
Convert self to an expression for Diesel’s query builder. Read more
sourcefn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
Convert &self to an expression for Diesel’s query builder. Read more