pub struct PrepareForLeakDetectionBuilder;Implementations§
Source§impl PrepareForLeakDetectionBuilder
impl PrepareForLeakDetectionBuilder
pub fn new() -> Self
pub fn build(self) -> PrepareForLeakDetection
Trait Implementations§
Source§impl Clone for PrepareForLeakDetectionBuilder
impl Clone for PrepareForLeakDetectionBuilder
Source§fn clone(&self) -> PrepareForLeakDetectionBuilder
fn clone(&self) -> PrepareForLeakDetectionBuilder
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 PrepareForLeakDetectionBuilder
impl Default for PrepareForLeakDetectionBuilder
Source§fn default() -> PrepareForLeakDetectionBuilder
fn default() -> PrepareForLeakDetectionBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrepareForLeakDetectionBuilder
impl RefUnwindSafe for PrepareForLeakDetectionBuilder
impl Send for PrepareForLeakDetectionBuilder
impl Sync for PrepareForLeakDetectionBuilder
impl Unpin for PrepareForLeakDetectionBuilder
impl UnsafeUnpin for PrepareForLeakDetectionBuilder
impl UnwindSafe for PrepareForLeakDetectionBuilder
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