Struct sway_utils::performance::PerformanceData
source · pub struct PerformanceData {
pub bytecode_size: usize,
pub metrics: Vec<PerformanceMetric>,
}
Fields§
§bytecode_size: usize
§metrics: Vec<PerformanceMetric>
Trait Implementations§
source§impl Debug for PerformanceData
impl Debug for PerformanceData
source§impl Default for PerformanceData
impl Default for PerformanceData
source§fn default() -> PerformanceData
fn default() -> PerformanceData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PerformanceData
impl Send for PerformanceData
impl Sync for PerformanceData
impl Unpin for PerformanceData
impl UnwindSafe for PerformanceData
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