pub struct SetShowIsolatedElementsParams {
pub isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>,
}Expand description
Show elements in isolation mode with overlays. setShowIsolatedElements
Fields§
§isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>An array of node identifiers and descriptors for the highlight appearance.
Implementations§
Source§impl SetShowIsolatedElementsParams
impl SetShowIsolatedElementsParams
pub fn new( isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>, ) -> Self
Trait Implementations§
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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
Source§impl PartialEq for SetShowIsolatedElementsParams
impl PartialEq for SetShowIsolatedElementsParams
Source§fn eq(&self, other: &SetShowIsolatedElementsParams) -> bool
fn eq(&self, other: &SetShowIsolatedElementsParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetShowIsolatedElementsParams
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