pub struct Leapoch;Expand description
Leapoch is a compile-time check for LeapochTimestamp = Timestamp<crate::epoch::Leapoch>
Trait Implementations§
impl Copy for Leapoch
impl Eq for Leapoch
impl StructuralPartialEq for Leapoch
Auto Trait Implementations§
impl Freeze for Leapoch
impl RefUnwindSafe for Leapoch
impl Send for Leapoch
impl Sync for Leapoch
impl Unpin for Leapoch
impl UnwindSafe for Leapoch
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