pub struct SetShowFlexOverlaysBuilder { /* private fields */ }Implementations§
Source§impl SetShowFlexOverlaysBuilder
impl SetShowFlexOverlaysBuilder
pub fn flex_node_highlight_config( self, flex_node_highlight_config: impl Into<FlexNodeHighlightConfig>, ) -> Self
pub fn flex_node_highlight_configs<I, S>( self, flex_node_highlight_configs: I, ) -> Self
pub fn build(self) -> Result<SetShowFlexOverlays, String>
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 moreSource§impl Default for SetShowFlexOverlaysBuilder
impl Default for SetShowFlexOverlaysBuilder
Source§fn default() -> SetShowFlexOverlaysBuilder
fn default() -> SetShowFlexOverlaysBuilder
Returns the “default value” for a type. Read more
Auto 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