pub struct PerformanceInfo {
pub name: String,
pub seconds: Duration,
}
Fields§
§name: String
§seconds: Duration
Trait Implementations§
source§impl Clone for PerformanceInfo
impl Clone for PerformanceInfo
source§fn clone(&self) -> PerformanceInfo
fn clone(&self) -> PerformanceInfo
Returns a copy 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 moresource§impl CoreArrayProvider for PerformanceInfo
impl CoreArrayProvider for PerformanceInfo
source§impl Debug for PerformanceInfo
impl Debug for PerformanceInfo
source§impl From<&BNPerformanceInfo> for PerformanceInfo
impl From<&BNPerformanceInfo> for PerformanceInfo
source§fn from(value: &BNPerformanceInfo) -> Self
fn from(value: &BNPerformanceInfo) -> Self
Converts to this type from the input type.
source§impl From<BNPerformanceInfo> for PerformanceInfo
impl From<BNPerformanceInfo> for PerformanceInfo
source§fn from(value: BNPerformanceInfo) -> Self
fn from(value: BNPerformanceInfo) -> Self
Converts to this type from the input type.
source§impl Hash for PerformanceInfo
impl Hash for PerformanceInfo
source§impl PartialEq for PerformanceInfo
impl PartialEq for PerformanceInfo
impl Eq for PerformanceInfo
impl StructuralPartialEq for PerformanceInfo
Auto Trait Implementations§
impl Freeze for PerformanceInfo
impl RefUnwindSafe for PerformanceInfo
impl Send for PerformanceInfo
impl Sync for PerformanceInfo
impl Unpin for PerformanceInfo
impl UnwindSafe for PerformanceInfo
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