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