Struct debot_utils::DateTimeUtils
source · 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 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