pub struct GetHeapUsageCommand {}Available on crate features
Runtime and experimental only.Expand description
Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime.
Implementations§
Trait Implementations§
Source§impl Clone for GetHeapUsageCommand
impl Clone for GetHeapUsageCommand
Source§fn clone(&self) -> GetHeapUsageCommand
fn clone(&self) -> GetHeapUsageCommand
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 Command for GetHeapUsageCommand
impl Command for GetHeapUsageCommand
Source§impl Debug for GetHeapUsageCommand
impl Debug for GetHeapUsageCommand
Source§impl Default for GetHeapUsageCommand
impl Default for GetHeapUsageCommand
Source§fn default() -> GetHeapUsageCommand
fn default() -> GetHeapUsageCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetHeapUsageCommand
impl<'de> Deserialize<'de> for GetHeapUsageCommand
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
Auto Trait Implementations§
impl Freeze for GetHeapUsageCommand
impl RefUnwindSafe for GetHeapUsageCommand
impl Send for GetHeapUsageCommand
impl Sync for GetHeapUsageCommand
impl Unpin for GetHeapUsageCommand
impl UnwindSafe for GetHeapUsageCommand
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