Enum decasify::types::InputLocale
source · pub enum InputLocale {
EN,
TR,
}Expand description
Locale selector to change language support rules of case functions.
Variants§
Trait Implementations§
source§impl Clone for InputLocale
impl Clone for InputLocale
source§fn clone(&self) -> InputLocale
fn clone(&self) -> InputLocale
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InputLocale
impl Debug for InputLocale
source§impl Default for InputLocale
impl Default for InputLocale
source§fn default() -> InputLocale
fn default() -> InputLocale
Returns the “default value” for a type. Read more
source§impl Display for InputLocale
impl Display for InputLocale
source§impl FromStr for InputLocale
impl FromStr for InputLocale
source§impl PartialEq for InputLocale
impl PartialEq for InputLocale
source§fn eq(&self, other: &InputLocale) -> bool
fn eq(&self, other: &InputLocale) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl VariantNames for InputLocale
impl VariantNames for InputLocale
impl StructuralPartialEq for InputLocale
Auto Trait Implementations§
impl Freeze for InputLocale
impl RefUnwindSafe for InputLocale
impl Send for InputLocale
impl Sync for InputLocale
impl Unpin for InputLocale
impl UnwindSafe for InputLocale
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more