pub struct DateUtil;Implementations§
Auto Trait Implementations§
impl Freeze for DateUtil
impl RefUnwindSafe for DateUtil
impl Send for DateUtil
impl Sync for DateUtil
impl Unpin for DateUtil
impl UnwindSafe for DateUtil
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