pub struct SetShowFlexOverlaysBuilder { /* private fields */ }Expand description
Builder for SetShowFlexOverlays.
Implementations§
Source§impl SetShowFlexOverlaysBuilder
impl SetShowFlexOverlaysBuilder
Sourcepub fn flex_node_highlight_configs<VALUE: Into<Vec<FlexNodeHighlightConfig>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn flex_node_highlight_configs<VALUE: Into<Vec<FlexNodeHighlightConfig>>>( &mut self, value: VALUE, ) -> &mut Self
An array of node identifiers and descriptors for the highlight appearance.
Sourcepub fn build(
&self,
) -> Result<SetShowFlexOverlays, SetShowFlexOverlaysBuilderError>
pub fn build( &self, ) -> Result<SetShowFlexOverlays, SetShowFlexOverlaysBuilderError>
Trait Implementations§
Source§impl Clone for SetShowFlexOverlaysBuilder
impl Clone for SetShowFlexOverlaysBuilder
Source§fn clone(&self) -> SetShowFlexOverlaysBuilder
fn clone(&self) -> SetShowFlexOverlaysBuilder
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 SetShowFlexOverlaysBuilder
impl RefUnwindSafe for SetShowFlexOverlaysBuilder
impl Send for SetShowFlexOverlaysBuilder
impl Sync for SetShowFlexOverlaysBuilder
impl Unpin for SetShowFlexOverlaysBuilder
impl UnsafeUnpin for SetShowFlexOverlaysBuilder
impl UnwindSafe for SetShowFlexOverlaysBuilder
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