pub struct DateTimeExt;
Implementations§
Source§impl DateTimeExt
impl DateTimeExt
pub fn _now_unix_epoch_nanos() -> u128
pub fn _system_time_to_unix_nanos(system_time: SystemTime) -> u128
Auto Trait Implementations§
impl Freeze for DateTimeExt
impl RefUnwindSafe for DateTimeExt
impl Send for DateTimeExt
impl Sync for DateTimeExt
impl Unpin for DateTimeExt
impl UnwindSafe for DateTimeExt
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