pub struct GetDOMCountersForLeakDetectionReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetDOMCountersForLeakDetectionReturnObject.
Implementations§
Source§impl GetDOMCountersForLeakDetectionReturnObjectBuilder
impl GetDOMCountersForLeakDetectionReturnObjectBuilder
Sourcepub fn counters(&mut self, value: Vec<DomCounter>) -> &mut Self
pub fn counters(&mut self, value: Vec<DomCounter>) -> &mut Self
DOM object counters.
Sourcepub fn build(
&self,
) -> Result<GetDOMCountersForLeakDetectionReturnObject, GetDOMCountersForLeakDetectionReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetDOMCountersForLeakDetectionReturnObject, GetDOMCountersForLeakDetectionReturnObjectBuilderError>
Builds a new GetDOMCountersForLeakDetectionReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl Clone for GetDOMCountersForLeakDetectionReturnObjectBuilder
Source§fn clone(&self) -> GetDOMCountersForLeakDetectionReturnObjectBuilder
fn clone(&self) -> GetDOMCountersForLeakDetectionReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl RefUnwindSafe for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl Send for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl Sync for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl Unpin for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl UnsafeUnpin for GetDOMCountersForLeakDetectionReturnObjectBuilder
impl UnwindSafe for GetDOMCountersForLeakDetectionReturnObjectBuilder
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