pub struct GetSamplingProfileReturns {
pub profile: SamplingProfile,
}Expand description
Retrieve native memory allocations profile collected since last
startSampling call.
getSamplingProfile
Fields§
§profile: SamplingProfileImplementations§
Source§impl GetSamplingProfileReturns
impl GetSamplingProfileReturns
pub fn new(profile: impl Into<SamplingProfile>) -> Self
Trait Implementations§
Source§impl Clone for GetSamplingProfileReturns
impl Clone for GetSamplingProfileReturns
Source§fn clone(&self) -> GetSamplingProfileReturns
fn clone(&self) -> GetSamplingProfileReturns
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 GetSamplingProfileReturns
impl Debug for GetSamplingProfileReturns
Source§impl<'de> Deserialize<'de> for GetSamplingProfileReturns
impl<'de> Deserialize<'de> for GetSamplingProfileReturns
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 StructuralPartialEq for GetSamplingProfileReturns
Auto Trait Implementations§
impl Freeze for GetSamplingProfileReturns
impl RefUnwindSafe for GetSamplingProfileReturns
impl Send for GetSamplingProfileReturns
impl Sync for GetSamplingProfileReturns
impl Unpin for GetSamplingProfileReturns
impl UnwindSafe for GetSamplingProfileReturns
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