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