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