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