pub struct GetHeapUsageParams {}Expand description
Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime. getHeapUsage
Trait Implementations§
Source§impl Clone for GetHeapUsageParams
impl Clone for GetHeapUsageParams
Source§fn clone(&self) -> GetHeapUsageParams
fn clone(&self) -> GetHeapUsageParams
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 GetHeapUsageParams
impl Debug for GetHeapUsageParams
Source§impl<'de> Deserialize<'de> for GetHeapUsageParams
impl<'de> Deserialize<'de> for GetHeapUsageParams
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 GetHeapUsageParams
impl PartialEq for GetHeapUsageParams
Source§impl Serialize for GetHeapUsageParams
impl Serialize for GetHeapUsageParams
impl StructuralPartialEq for GetHeapUsageParams
Auto Trait Implementations§
impl Freeze for GetHeapUsageParams
impl RefUnwindSafe for GetHeapUsageParams
impl Send for GetHeapUsageParams
impl Sync for GetHeapUsageParams
impl Unpin for GetHeapUsageParams
impl UnsafeUnpin for GetHeapUsageParams
impl UnwindSafe for GetHeapUsageParams
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