pub struct TimeTag;Expand description
[EN]: Utility struct for generating consistent time tags. [PL]: Struktura narzędziowa do generowania spójnych sygnatur czasowych.
Implementations§
Auto Trait Implementations§
impl Freeze for TimeTag
impl RefUnwindSafe for TimeTag
impl Send for TimeTag
impl Sync for TimeTag
impl Unpin for TimeTag
impl UnsafeUnpin for TimeTag
impl UnwindSafe for TimeTag
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