pub struct ProfileSnapshotResult {
pub timings: Vec<PaintProfile>,
}Fields§
§timings: Vec<PaintProfile>The array of paint profiles, one per run.
Trait Implementations§
Source§impl Clone for ProfileSnapshotResult
impl Clone for ProfileSnapshotResult
Source§fn clone(&self) -> ProfileSnapshotResult
fn clone(&self) -> ProfileSnapshotResult
Returns a duplicate 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 Debug for ProfileSnapshotResult
impl Debug for ProfileSnapshotResult
Source§impl<'de> Deserialize<'de> for ProfileSnapshotResult
impl<'de> Deserialize<'de> for ProfileSnapshotResult
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
Source§impl PartialEq for ProfileSnapshotResult
impl PartialEq for ProfileSnapshotResult
Source§impl Serialize for ProfileSnapshotResult
impl Serialize for ProfileSnapshotResult
Source§impl TryFrom<Value> for ProfileSnapshotResult
impl TryFrom<Value> for ProfileSnapshotResult
impl StructuralPartialEq for ProfileSnapshotResult
Auto Trait Implementations§
impl Freeze for ProfileSnapshotResult
impl RefUnwindSafe for ProfileSnapshotResult
impl Send for ProfileSnapshotResult
impl Sync for ProfileSnapshotResult
impl Unpin for ProfileSnapshotResult
impl UnsafeUnpin for ProfileSnapshotResult
impl UnwindSafe for ProfileSnapshotResult
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