pub struct InspectPanelShowRequestedEventParamsBuilder { /* private fields */ }Expand description
Builder for InspectPanelShowRequestedEventParams.
Implementations§
Source§impl InspectPanelShowRequestedEventParamsBuilder
impl InspectPanelShowRequestedEventParamsBuilder
Sourcepub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
Id of the node to show in the panel.
Sourcepub fn build(
&self,
) -> Result<InspectPanelShowRequestedEventParams, InspectPanelShowRequestedEventParamsBuilderError>
pub fn build( &self, ) -> Result<InspectPanelShowRequestedEventParams, InspectPanelShowRequestedEventParamsBuilderError>
Builds a new InspectPanelShowRequestedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for InspectPanelShowRequestedEventParamsBuilder
impl Clone for InspectPanelShowRequestedEventParamsBuilder
Source§fn clone(&self) -> InspectPanelShowRequestedEventParamsBuilder
fn clone(&self) -> InspectPanelShowRequestedEventParamsBuilder
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 InspectPanelShowRequestedEventParamsBuilder
impl RefUnwindSafe for InspectPanelShowRequestedEventParamsBuilder
impl Send for InspectPanelShowRequestedEventParamsBuilder
impl Sync for InspectPanelShowRequestedEventParamsBuilder
impl Unpin for InspectPanelShowRequestedEventParamsBuilder
impl UnsafeUnpin for InspectPanelShowRequestedEventParamsBuilder
impl UnwindSafe for InspectPanelShowRequestedEventParamsBuilder
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