pub struct SetShowFlexOverlays {
pub flex_node_highlight_configs: Vec<FlexNodeHighlightConfig>,
}Fields§
§flex_node_highlight_configs: Vec<FlexNodeHighlightConfig>An array of node identifiers and descriptors for the highlight appearance.
Trait Implementations§
Source§impl Clone for SetShowFlexOverlays
impl Clone for SetShowFlexOverlays
Source§fn clone(&self) -> SetShowFlexOverlays
fn clone(&self) -> SetShowFlexOverlays
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 SetShowFlexOverlays
impl Debug for SetShowFlexOverlays
Source§impl<'de> Deserialize<'de> for SetShowFlexOverlays
impl<'de> Deserialize<'de> for SetShowFlexOverlays
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 SetShowFlexOverlays
impl Method for SetShowFlexOverlays
const NAME: &'static str = "Overlay.setShowFlexOverlays"
type ReturnObject = SetShowFlexOverlaysReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetShowFlexOverlays
impl PartialEq for SetShowFlexOverlays
Source§impl Serialize for SetShowFlexOverlays
impl Serialize for SetShowFlexOverlays
impl StructuralPartialEq for SetShowFlexOverlays
Auto Trait Implementations§
impl Freeze for SetShowFlexOverlays
impl RefUnwindSafe for SetShowFlexOverlays
impl Send for SetShowFlexOverlays
impl Sync for SetShowFlexOverlays
impl Unpin for SetShowFlexOverlays
impl UnsafeUnpin for SetShowFlexOverlays
impl UnwindSafe for SetShowFlexOverlays
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