Expand description
Custom error
- 101: Invalid timestamp
- 102: Invalid timezone
- 103: Failed to get local timezone
Fields
code: usizemessage: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DtgError
impl Send for DtgError
impl Sync for DtgError
impl Unpin for DtgError
impl UnwindSafe for DtgError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more