Struct UDateRelativeDateTimeFormatterStyle
#[repr(transparent)]pub struct UDateRelativeDateTimeFormatterStyle(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UDateRelativeDateTimeFormatterStyle
impl Clone for UDateRelativeDateTimeFormatterStyle
§fn clone(&self) -> UDateRelativeDateTimeFormatterStyle
fn clone(&self) -> UDateRelativeDateTimeFormatterStyle
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 Default for UDateRelativeDateTimeFormatterStyle
impl Default for UDateRelativeDateTimeFormatterStyle
§fn default() -> UDateRelativeDateTimeFormatterStyle
fn default() -> UDateRelativeDateTimeFormatterStyle
Returns the “default value” for a type. Read more
§impl PartialEq for UDateRelativeDateTimeFormatterStyle
impl PartialEq for UDateRelativeDateTimeFormatterStyle
§fn eq(&self, other: &UDateRelativeDateTimeFormatterStyle) -> bool
fn eq(&self, other: &UDateRelativeDateTimeFormatterStyle) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UDateRelativeDateTimeFormatterStyle
impl Eq for UDateRelativeDateTimeFormatterStyle
impl StructuralPartialEq for UDateRelativeDateTimeFormatterStyle
Auto Trait Implementations§
impl Freeze for UDateRelativeDateTimeFormatterStyle
impl RefUnwindSafe for UDateRelativeDateTimeFormatterStyle
impl Send for UDateRelativeDateTimeFormatterStyle
impl Sync for UDateRelativeDateTimeFormatterStyle
impl Unpin for UDateRelativeDateTimeFormatterStyle
impl UnwindSafe for UDateRelativeDateTimeFormatterStyle
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