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