pub struct SetShowIsolatedElementsParams { /* private fields */ }Expand description
Show elements in isolation mode with overlays.
Implementations§
Source§impl SetShowIsolatedElementsParams
impl SetShowIsolatedElementsParams
Sourcepub fn builder(
isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>,
) -> SetShowIsolatedElementsParamsBuilder
pub fn builder( isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>, ) -> SetShowIsolatedElementsParamsBuilder
Creates a builder for this type with the required parameters:
isolated_element_highlight_configs: An array of node identifiers and descriptors for the highlight appearance.
Sourcepub fn isolated_element_highlight_configs(
&self,
) -> &[IsolatedElementHighlightConfig]
pub fn isolated_element_highlight_configs( &self, ) -> &[IsolatedElementHighlightConfig]
An array of node identifiers and descriptors for the highlight appearance.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for SetShowIsolatedElementsParams
impl<'a> CdpCommand<'a> for SetShowIsolatedElementsParams
Source§impl Clone for SetShowIsolatedElementsParams
impl Clone for SetShowIsolatedElementsParams
Source§fn clone(&self) -> SetShowIsolatedElementsParams
fn clone(&self) -> SetShowIsolatedElementsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SetShowIsolatedElementsParams
impl Default for SetShowIsolatedElementsParams
Source§fn default() -> SetShowIsolatedElementsParams
fn default() -> SetShowIsolatedElementsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetShowIsolatedElementsParams
impl<'de> Deserialize<'de> for SetShowIsolatedElementsParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetShowIsolatedElementsParams
impl RefUnwindSafe for SetShowIsolatedElementsParams
impl Send for SetShowIsolatedElementsParams
impl Sync for SetShowIsolatedElementsParams
impl Unpin for SetShowIsolatedElementsParams
impl UnsafeUnpin for SetShowIsolatedElementsParams
impl UnwindSafe for SetShowIsolatedElementsParams
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