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