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