pub struct InvariantLocaleFactory;
Expand description
Factory of invariant locales.
Invariant locale, called “C” or “POSIX” by standard C library locale functions, is default locale definitions for when no information about desired locale is available or localization is turned off.
Implementations§
Trait Implementations§
Source§impl Clone for InvariantLocaleFactory
impl Clone for InvariantLocaleFactory
Source§fn clone(&self) -> InvariantLocaleFactory
fn clone(&self) -> InvariantLocaleFactory
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 InvariantLocaleFactory
impl Debug for InvariantLocaleFactory
Source§impl Default for InvariantLocaleFactory
impl Default for InvariantLocaleFactory
Source§fn default() -> InvariantLocaleFactory
fn default() -> InvariantLocaleFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InvariantLocaleFactory
impl RefUnwindSafe for InvariantLocaleFactory
impl Send for InvariantLocaleFactory
impl Sync for InvariantLocaleFactory
impl Unpin for InvariantLocaleFactory
impl UnwindSafe for InvariantLocaleFactory
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)