pub struct LifecycleEventEventBuilder { /* private fields */ }Available on crate features
Page and Debugger and DOM and IO and Network and Runtime only.Implementations§
Source§impl LifecycleEventEventBuilder
impl LifecycleEventEventBuilder
Sourcepub fn loader_id(&mut self, v: LoaderId) -> &mut Self
pub fn loader_id(&mut self, v: LoaderId) -> &mut Self
Loader identifier. Empty string if the request is fetched from worker.
pub fn name(&mut self, v: String) -> &mut Self
pub fn timestamp(&mut self, v: MonotonicTime) -> &mut Self
pub fn build(&mut self) -> Result<LifecycleEventEvent, &'static str>
Trait Implementations§
Source§impl Clone for LifecycleEventEventBuilder
impl Clone for LifecycleEventEventBuilder
Source§fn clone(&self) -> LifecycleEventEventBuilder
fn clone(&self) -> LifecycleEventEventBuilder
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 Debug for LifecycleEventEventBuilder
impl Debug for LifecycleEventEventBuilder
Auto Trait Implementations§
impl Freeze for LifecycleEventEventBuilder
impl RefUnwindSafe for LifecycleEventEventBuilder
impl Send for LifecycleEventEventBuilder
impl Sync for LifecycleEventEventBuilder
impl Unpin for LifecycleEventEventBuilder
impl UnwindSafe for LifecycleEventEventBuilder
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