pub struct Tai;Expand description
Time scale representing the International Atomic Time standard (TAI). TAI has no leap seconds and increases monotonically at a constant rate. This makes it highly suitable for scientific and high-accuracy timekeeping.
Trait Implementations§
Source§impl AbsoluteTimeScale for Tai
impl AbsoluteTimeScale for Tai
Source§impl TerrestrialTime for Tai
impl TerrestrialTime for Tai
const TAI_OFFSET: Duration = Duration::ZERO
impl Copy for Tai
impl Eq for Tai
impl StructuralPartialEq for Tai
impl UniformDateTimeScale for Tai
Auto Trait Implementations§
impl Freeze for Tai
impl RefUnwindSafe for Tai
impl Send for Tai
impl Sync for Tai
impl Unpin for Tai
impl UnwindSafe for Tai
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