pub struct DateCtx { /* private fields */ }Expand description
All variables and references associated with TIME_ prefix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateCtx
impl RefUnwindSafe for DateCtx
impl Send for DateCtx
impl Sync for DateCtx
impl Unpin for DateCtx
impl UnwindSafe for DateCtx
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