pub struct LocaleOptions {
pub limit_ordinals_to_day_1: bool,
pub punctuation_in_quote: bool,
}Fields§
§limit_ordinals_to_day_1: bool§punctuation_in_quote: boolImplementations§
Source§impl LocaleOptions
impl LocaleOptions
pub fn from_merged(node: &LocaleOptionsNode) -> Self
Trait Implementations§
Source§impl Clone for LocaleOptions
impl Clone for LocaleOptions
Source§fn clone(&self) -> LocaleOptions
fn clone(&self) -> LocaleOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocaleOptions
impl Debug for LocaleOptions
Source§impl Default for LocaleOptions
impl Default for LocaleOptions
impl Eq for LocaleOptions
Source§impl Hash for LocaleOptions
impl Hash for LocaleOptions
Source§impl PartialEq for LocaleOptions
impl PartialEq for LocaleOptions
Source§fn eq(&self, other: &LocaleOptions) -> bool
fn eq(&self, other: &LocaleOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocaleOptions
Auto Trait Implementations§
impl Freeze for LocaleOptions
impl RefUnwindSafe for LocaleOptions
impl Send for LocaleOptions
impl Sync for LocaleOptions
impl Unpin for LocaleOptions
impl UnsafeUnpin for LocaleOptions
impl UnwindSafe for LocaleOptions
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