pub struct StartTrackingHeapObjectsParams {
pub track_allocations: Option<bool>,
}Fields§
§track_allocations: Option<bool>Trait Implementations§
Source§impl Clone for StartTrackingHeapObjectsParams
impl Clone for StartTrackingHeapObjectsParams
Source§fn clone(&self) -> StartTrackingHeapObjectsParams
fn clone(&self) -> StartTrackingHeapObjectsParams
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 Default for StartTrackingHeapObjectsParams
impl Default for StartTrackingHeapObjectsParams
Source§fn default() -> StartTrackingHeapObjectsParams
fn default() -> StartTrackingHeapObjectsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartTrackingHeapObjectsParams
impl<'de> Deserialize<'de> for StartTrackingHeapObjectsParams
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 StartTrackingHeapObjectsParams
impl PartialEq for StartTrackingHeapObjectsParams
Source§fn eq(&self, other: &StartTrackingHeapObjectsParams) -> bool
fn eq(&self, other: &StartTrackingHeapObjectsParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartTrackingHeapObjectsParams
Auto Trait Implementations§
impl Freeze for StartTrackingHeapObjectsParams
impl RefUnwindSafe for StartTrackingHeapObjectsParams
impl Send for StartTrackingHeapObjectsParams
impl Sync for StartTrackingHeapObjectsParams
impl Unpin for StartTrackingHeapObjectsParams
impl UnsafeUnpin for StartTrackingHeapObjectsParams
impl UnwindSafe for StartTrackingHeapObjectsParams
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