pub struct InspectRequestedEventParamsBuilder { /* private fields */ }Expand description
Builder for InspectRequestedEventParams.
Implementations§
Source§impl InspectRequestedEventParamsBuilder
impl InspectRequestedEventParamsBuilder
pub fn object(&mut self, value: RemoteObject) -> &mut Self
pub fn hints(&mut self, value: Json) -> &mut Self
Sourcepub fn execution_context_id(
&mut self,
value: Option<ExecutionContextId>,
) -> &mut Self
pub fn execution_context_id( &mut self, value: Option<ExecutionContextId>, ) -> &mut Self
Identifier of the context where the call was made.
Sourcepub fn build(
&self,
) -> Result<InspectRequestedEventParams, InspectRequestedEventParamsBuilderError>
pub fn build( &self, ) -> Result<InspectRequestedEventParams, InspectRequestedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for InspectRequestedEventParamsBuilder
impl Clone for InspectRequestedEventParamsBuilder
Source§fn clone(&self) -> InspectRequestedEventParamsBuilder
fn clone(&self) -> InspectRequestedEventParamsBuilder
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 InspectRequestedEventParamsBuilder
impl RefUnwindSafe for InspectRequestedEventParamsBuilder
impl Send for InspectRequestedEventParamsBuilder
impl Sync for InspectRequestedEventParamsBuilder
impl Unpin for InspectRequestedEventParamsBuilder
impl UnsafeUnpin for InspectRequestedEventParamsBuilder
impl UnwindSafe for InspectRequestedEventParamsBuilder
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