pub enum AddHeapSnapshotChunkMethod {
AddHeapSnapshotChunk,
}Variants§
AddHeapSnapshotChunk
Trait Implementations§
Source§impl Clone for AddHeapSnapshotChunkMethod
impl Clone for AddHeapSnapshotChunkMethod
Source§fn clone(&self) -> AddHeapSnapshotChunkMethod
fn clone(&self) -> AddHeapSnapshotChunkMethod
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 AddHeapSnapshotChunkMethod
impl Debug for AddHeapSnapshotChunkMethod
Source§impl<'de> Deserialize<'de> for AddHeapSnapshotChunkMethod
impl<'de> Deserialize<'de> for AddHeapSnapshotChunkMethod
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
impl StructuralPartialEq for AddHeapSnapshotChunkMethod
Auto Trait Implementations§
impl Freeze for AddHeapSnapshotChunkMethod
impl RefUnwindSafe for AddHeapSnapshotChunkMethod
impl Send for AddHeapSnapshotChunkMethod
impl Sync for AddHeapSnapshotChunkMethod
impl Unpin for AddHeapSnapshotChunkMethod
impl UnsafeUnpin for AddHeapSnapshotChunkMethod
impl UnwindSafe for AddHeapSnapshotChunkMethod
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