pub struct IntlCollatorValue {
pub locale: String,
pub numeric: bool,
pub sensitivity: Option<String>,
pub usage: Option<String>,
}Fields§
§locale: String§numeric: bool§sensitivity: Option<String>§usage: Option<String>Trait Implementations§
Source§impl Clone for IntlCollatorValue
impl Clone for IntlCollatorValue
Source§fn clone(&self) -> IntlCollatorValue
fn clone(&self) -> IntlCollatorValue
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 IntlCollatorValue
impl Debug for IntlCollatorValue
Source§impl PartialEq for IntlCollatorValue
impl PartialEq for IntlCollatorValue
impl Eq for IntlCollatorValue
impl StructuralPartialEq for IntlCollatorValue
Auto Trait Implementations§
impl Freeze for IntlCollatorValue
impl RefUnwindSafe for IntlCollatorValue
impl Send for IntlCollatorValue
impl Sync for IntlCollatorValue
impl Unpin for IntlCollatorValue
impl UnsafeUnpin for IntlCollatorValue
impl UnwindSafe for IntlCollatorValue
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