pub struct StartPreciseCoverageReturnObjectBuilder { /* private fields */ }Expand description
Builder for StartPreciseCoverageReturnObject.
Implementations§
Source§impl StartPreciseCoverageReturnObjectBuilder
impl StartPreciseCoverageReturnObjectBuilder
Sourcepub fn timestamp(&mut self, value: JsFloat) -> &mut Self
pub fn timestamp(&mut self, value: JsFloat) -> &mut Self
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
Sourcepub fn build(
&self,
) -> Result<StartPreciseCoverageReturnObject, StartPreciseCoverageReturnObjectBuilderError>
pub fn build( &self, ) -> Result<StartPreciseCoverageReturnObject, StartPreciseCoverageReturnObjectBuilderError>
Builds a new StartPreciseCoverageReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for StartPreciseCoverageReturnObjectBuilder
impl Clone for StartPreciseCoverageReturnObjectBuilder
Source§fn clone(&self) -> StartPreciseCoverageReturnObjectBuilder
fn clone(&self) -> StartPreciseCoverageReturnObjectBuilder
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 StartPreciseCoverageReturnObjectBuilder
impl RefUnwindSafe for StartPreciseCoverageReturnObjectBuilder
impl Send for StartPreciseCoverageReturnObjectBuilder
impl Sync for StartPreciseCoverageReturnObjectBuilder
impl Unpin for StartPreciseCoverageReturnObjectBuilder
impl UnsafeUnpin for StartPreciseCoverageReturnObjectBuilder
impl UnwindSafe for StartPreciseCoverageReturnObjectBuilder
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