pub enum LocaleBehaviorEnum {
ForceDefault,
RespectAcceptLanguage,
}Expand description
force_default AccountExperienceLocaleBehaviorForceDefault respect_accept_language AccountExperienceLocaleBehaviorRespectAcceptLanguage
Variants§
Trait Implementations§
Source§impl Clone for LocaleBehaviorEnum
impl Clone for LocaleBehaviorEnum
Source§fn clone(&self) -> LocaleBehaviorEnum
fn clone(&self) -> LocaleBehaviorEnum
Returns a duplicate 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 LocaleBehaviorEnum
impl Debug for LocaleBehaviorEnum
Source§impl Default for LocaleBehaviorEnum
impl Default for LocaleBehaviorEnum
Source§fn default() -> LocaleBehaviorEnum
fn default() -> LocaleBehaviorEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocaleBehaviorEnum
impl<'de> Deserialize<'de> for LocaleBehaviorEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for LocaleBehaviorEnum
impl Hash for LocaleBehaviorEnum
Source§impl Ord for LocaleBehaviorEnum
impl Ord for LocaleBehaviorEnum
Source§fn cmp(&self, other: &LocaleBehaviorEnum) -> Ordering
fn cmp(&self, other: &LocaleBehaviorEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LocaleBehaviorEnum
impl PartialEq for LocaleBehaviorEnum
Source§impl PartialOrd for LocaleBehaviorEnum
impl PartialOrd for LocaleBehaviorEnum
Source§impl Serialize for LocaleBehaviorEnum
impl Serialize for LocaleBehaviorEnum
impl Copy for LocaleBehaviorEnum
impl Eq for LocaleBehaviorEnum
impl StructuralPartialEq for LocaleBehaviorEnum
Auto Trait Implementations§
impl Freeze for LocaleBehaviorEnum
impl RefUnwindSafe for LocaleBehaviorEnum
impl Send for LocaleBehaviorEnum
impl Sync for LocaleBehaviorEnum
impl Unpin for LocaleBehaviorEnum
impl UnwindSafe for LocaleBehaviorEnum
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