Struct rust_web_server::ext::date_time_ext::DateTimeExt
source · 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 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