Struct ULocaleDisplayNames
#[repr(transparent)]pub struct ULocaleDisplayNames(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for ULocaleDisplayNames
impl Clone for ULocaleDisplayNames
§fn clone(&self) -> ULocaleDisplayNames
fn clone(&self) -> ULocaleDisplayNames
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 more§impl Debug for ULocaleDisplayNames
impl Debug for ULocaleDisplayNames
§impl Default for ULocaleDisplayNames
impl Default for ULocaleDisplayNames
§fn default() -> ULocaleDisplayNames
fn default() -> ULocaleDisplayNames
Returns the “default value” for a type. Read more
§impl PartialEq for ULocaleDisplayNames
impl PartialEq for ULocaleDisplayNames
impl Copy for ULocaleDisplayNames
impl Eq for ULocaleDisplayNames
impl StructuralPartialEq for ULocaleDisplayNames
Auto Trait Implementations§
impl Freeze for ULocaleDisplayNames
impl RefUnwindSafe for ULocaleDisplayNames
impl Send for ULocaleDisplayNames
impl Sync for ULocaleDisplayNames
impl Unpin for ULocaleDisplayNames
impl UnwindSafe for ULocaleDisplayNames
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