pub enum ReportHeapSnapshotProgressMethod {
ReportHeapSnapshotProgress,
}Variants§
ReportHeapSnapshotProgress
Trait Implementations§
Source§impl Clone for ReportHeapSnapshotProgressMethod
impl Clone for ReportHeapSnapshotProgressMethod
Source§fn clone(&self) -> ReportHeapSnapshotProgressMethod
fn clone(&self) -> ReportHeapSnapshotProgressMethod
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<'de> Deserialize<'de> for ReportHeapSnapshotProgressMethod
impl<'de> Deserialize<'de> for ReportHeapSnapshotProgressMethod
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 ReportHeapSnapshotProgressMethod
impl PartialEq for ReportHeapSnapshotProgressMethod
Source§fn eq(&self, other: &ReportHeapSnapshotProgressMethod) -> bool
fn eq(&self, other: &ReportHeapSnapshotProgressMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportHeapSnapshotProgressMethod
Auto Trait Implementations§
impl Freeze for ReportHeapSnapshotProgressMethod
impl RefUnwindSafe for ReportHeapSnapshotProgressMethod
impl Send for ReportHeapSnapshotProgressMethod
impl Sync for ReportHeapSnapshotProgressMethod
impl Unpin for ReportHeapSnapshotProgressMethod
impl UnsafeUnpin for ReportHeapSnapshotProgressMethod
impl UnwindSafe for ReportHeapSnapshotProgressMethod
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