pub struct TrackedStep {
pub step_id: StepId,
pub started_at: DateTime<Utc>,
}Fields§
§step_id: StepId§started_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for TrackedStep
impl Clone for TrackedStep
Source§fn clone(&self) -> TrackedStep
fn clone(&self) -> TrackedStep
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TrackedStep
impl RefUnwindSafe for TrackedStep
impl Send for TrackedStep
impl Sync for TrackedStep
impl Unpin for TrackedStep
impl UnwindSafe for TrackedStep
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