pub struct DateTimeUtils {}
Implementations§
Source§impl DateTimeUtils
impl DateTimeUtils
pub fn get_current_datetime_string() -> String
pub fn get_current_date_string() -> String
Auto Trait Implementations§
impl Freeze for DateTimeUtils
impl RefUnwindSafe for DateTimeUtils
impl Send for DateTimeUtils
impl Sync for DateTimeUtils
impl Unpin for DateTimeUtils
impl UnwindSafe for DateTimeUtils
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