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