pub(super) struct UnixTimestamp {
precision: Option<UnixTimestampPrecision>,
sign_behavior: Option<SignBehavior>,
}
Fields§
§precision: Option<UnixTimestampPrecision>
§sign_behavior: Option<SignBehavior>
Implementations§
source§impl UnixTimestamp
impl UnixTimestamp
Auto Trait Implementations§
impl Freeze for UnixTimestamp
impl RefUnwindSafe for UnixTimestamp
impl Send for UnixTimestamp
impl Sync for UnixTimestamp
impl Unpin for UnixTimestamp
impl UnwindSafe for UnixTimestamp
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