pub struct PhaseExecutionRecord { /* private fields */ }Expand description
Lifecycle facts for one selected phase.
Trait Implementations§
Source§impl Clone for PhaseExecutionRecord
impl Clone for PhaseExecutionRecord
Source§fn clone(&self) -> PhaseExecutionRecord
fn clone(&self) -> PhaseExecutionRecord
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 moreSource§impl Debug for PhaseExecutionRecord
impl Debug for PhaseExecutionRecord
impl Eq for PhaseExecutionRecord
Source§impl PartialEq for PhaseExecutionRecord
impl PartialEq for PhaseExecutionRecord
Source§impl Serialize for PhaseExecutionRecord
impl Serialize for PhaseExecutionRecord
impl StructuralPartialEq for PhaseExecutionRecord
Auto Trait Implementations§
impl Freeze for PhaseExecutionRecord
impl RefUnwindSafe for PhaseExecutionRecord
impl Send for PhaseExecutionRecord
impl Sync for PhaseExecutionRecord
impl Unpin for PhaseExecutionRecord
impl UnsafeUnpin for PhaseExecutionRecord
impl UnwindSafe for PhaseExecutionRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.