pub struct PrepareForLeakDetectionResult {}Trait Implementations§
Source§impl Clone for PrepareForLeakDetectionResult
impl Clone for PrepareForLeakDetectionResult
Source§fn clone(&self) -> PrepareForLeakDetectionResult
fn clone(&self) -> PrepareForLeakDetectionResult
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 Default for PrepareForLeakDetectionResult
impl Default for PrepareForLeakDetectionResult
Source§fn default() -> PrepareForLeakDetectionResult
fn default() -> PrepareForLeakDetectionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrepareForLeakDetectionResult
impl<'de> Deserialize<'de> for PrepareForLeakDetectionResult
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 PrepareForLeakDetectionResult
impl PartialEq for PrepareForLeakDetectionResult
Source§fn eq(&self, other: &PrepareForLeakDetectionResult) -> bool
fn eq(&self, other: &PrepareForLeakDetectionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for PrepareForLeakDetectionResult
impl TryFrom<Value> for PrepareForLeakDetectionResult
impl StructuralPartialEq for PrepareForLeakDetectionResult
Auto Trait Implementations§
impl Freeze for PrepareForLeakDetectionResult
impl RefUnwindSafe for PrepareForLeakDetectionResult
impl Send for PrepareForLeakDetectionResult
impl Sync for PrepareForLeakDetectionResult
impl Unpin for PrepareForLeakDetectionResult
impl UnsafeUnpin for PrepareForLeakDetectionResult
impl UnwindSafe for PrepareForLeakDetectionResult
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