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