pub struct SetShowIsolatedElements {
pub isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>,
}Fields§
§isolated_element_highlight_configs: Vec<IsolatedElementHighlightConfig>Trait Implementations§
Source§impl Clone for SetShowIsolatedElements
impl Clone for SetShowIsolatedElements
Source§fn clone(&self) -> SetShowIsolatedElements
fn clone(&self) -> SetShowIsolatedElements
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 SetShowIsolatedElements
impl Debug for SetShowIsolatedElements
Source§impl<'de> Deserialize<'de> for SetShowIsolatedElements
impl<'de> Deserialize<'de> for SetShowIsolatedElements
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 Method for SetShowIsolatedElements
impl Method for SetShowIsolatedElements
const NAME: &'static str = "Overlay.setShowIsolatedElements"
type ReturnObject = SetShowIsolatedElementsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetShowIsolatedElements
impl PartialEq for SetShowIsolatedElements
Source§impl Serialize for SetShowIsolatedElements
impl Serialize for SetShowIsolatedElements
impl StructuralPartialEq for SetShowIsolatedElements
Auto Trait Implementations§
impl Freeze for SetShowIsolatedElements
impl RefUnwindSafe for SetShowIsolatedElements
impl Send for SetShowIsolatedElements
impl Sync for SetShowIsolatedElements
impl Unpin for SetShowIsolatedElements
impl UnwindSafe for SetShowIsolatedElements
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