pub struct ArtifactTimingPhase {
pub name: String,
pub duration: Duration,
}Fields§
§name: String§duration: DurationImplementations§
Trait Implementations§
Source§impl Clone for ArtifactTimingPhase
impl Clone for ArtifactTimingPhase
Source§fn clone(&self) -> ArtifactTimingPhase
fn clone(&self) -> ArtifactTimingPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArtifactTimingPhase
impl RefUnwindSafe for ArtifactTimingPhase
impl Send for ArtifactTimingPhase
impl Sync for ArtifactTimingPhase
impl Unpin for ArtifactTimingPhase
impl UnsafeUnpin for ArtifactTimingPhase
impl UnwindSafe for ArtifactTimingPhase
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