pub struct FrameStartedLoadingEventParamsBuilder { /* private fields */ }Expand description
Builder for FrameStartedLoadingEventParams.
Implementations§
Source§impl FrameStartedLoadingEventParamsBuilder
impl FrameStartedLoadingEventParamsBuilder
Sourcepub fn frame_id(&mut self, value: FrameId) -> &mut Self
pub fn frame_id(&mut self, value: FrameId) -> &mut Self
Id of the frame that has started loading.
Sourcepub fn build(
&self,
) -> Result<FrameStartedLoadingEventParams, FrameStartedLoadingEventParamsBuilderError>
pub fn build( &self, ) -> Result<FrameStartedLoadingEventParams, FrameStartedLoadingEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for FrameStartedLoadingEventParamsBuilder
impl Clone for FrameStartedLoadingEventParamsBuilder
Source§fn clone(&self) -> FrameStartedLoadingEventParamsBuilder
fn clone(&self) -> FrameStartedLoadingEventParamsBuilder
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 FrameStartedLoadingEventParamsBuilder
impl RefUnwindSafe for FrameStartedLoadingEventParamsBuilder
impl Send for FrameStartedLoadingEventParamsBuilder
impl Sync for FrameStartedLoadingEventParamsBuilder
impl Unpin for FrameStartedLoadingEventParamsBuilder
impl UnsafeUnpin for FrameStartedLoadingEventParamsBuilder
impl UnwindSafe for FrameStartedLoadingEventParamsBuilder
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