pub struct ExecutionDuration(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ExecutionDuration
impl Clone for ExecutionDuration
Source§fn clone(&self) -> ExecutionDuration
fn clone(&self) -> ExecutionDuration
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 moreimpl Copy for ExecutionDuration
Source§impl Debug for ExecutionDuration
impl Debug for ExecutionDuration
Source§impl Default for ExecutionDuration
impl Default for ExecutionDuration
Source§fn default() -> ExecutionDuration
fn default() -> ExecutionDuration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecutionDuration
impl<'de> Deserialize<'de> for ExecutionDuration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutionDuration
Source§impl Ord for ExecutionDuration
impl Ord for ExecutionDuration
Source§fn cmp(&self, other: &ExecutionDuration) -> Ordering
fn cmp(&self, other: &ExecutionDuration) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ExecutionDuration
impl PartialEq for ExecutionDuration
Source§impl PartialOrd for ExecutionDuration
impl PartialOrd for ExecutionDuration
Source§impl Serialize for ExecutionDuration
impl Serialize for ExecutionDuration
impl StructuralPartialEq for ExecutionDuration
Auto Trait Implementations§
impl Freeze for ExecutionDuration
impl RefUnwindSafe for ExecutionDuration
impl Send for ExecutionDuration
impl Sync for ExecutionDuration
impl Unpin for ExecutionDuration
impl UnsafeUnpin for ExecutionDuration
impl UnwindSafe for ExecutionDuration
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