pub struct FrameStoppedLoadingEventParamsBuilder { /* private fields */ }Expand description
Builder for FrameStoppedLoadingEventParams.
Implementations§
Source§impl FrameStoppedLoadingEventParamsBuilder
impl FrameStoppedLoadingEventParamsBuilder
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 stopped loading.
Sourcepub fn build(
&self,
) -> Result<FrameStoppedLoadingEventParams, FrameStoppedLoadingEventParamsBuilderError>
pub fn build( &self, ) -> Result<FrameStoppedLoadingEventParams, FrameStoppedLoadingEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for FrameStoppedLoadingEventParamsBuilder
impl Clone for FrameStoppedLoadingEventParamsBuilder
Source§fn clone(&self) -> FrameStoppedLoadingEventParamsBuilder
fn clone(&self) -> FrameStoppedLoadingEventParamsBuilder
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 FrameStoppedLoadingEventParamsBuilder
impl RefUnwindSafe for FrameStoppedLoadingEventParamsBuilder
impl Send for FrameStoppedLoadingEventParamsBuilder
impl Sync for FrameStoppedLoadingEventParamsBuilder
impl Unpin for FrameStoppedLoadingEventParamsBuilder
impl UnsafeUnpin for FrameStoppedLoadingEventParamsBuilder
impl UnwindSafe for FrameStoppedLoadingEventParamsBuilder
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