pub struct Timestamp<D: Pouf> { /* private fields */ }Expand description
State to stage a timestamp metadata.
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for Timestamp<D>
impl<D> RefUnwindSafe for Timestamp<D>where
D: RefUnwindSafe,
impl<D> Send for Timestamp<D>where
D: Send,
impl<D> Sync for Timestamp<D>
impl<D> Unpin for Timestamp<D>where
D: Unpin,
impl<D> UnsafeUnpin for Timestamp<D>
impl<D> UnwindSafe for Timestamp<D>where
D: UnwindSafe,
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