pub struct HighlightRectCommandBuilder { /* private fields */ }Available on crate features
experimental and Overlay and DOM and Page and Runtime only.Implementations§
Source§impl HighlightRectCommandBuilder
impl HighlightRectCommandBuilder
Sourcepub fn outline_color(&mut self, v: Rgba) -> &mut Self
pub fn outline_color(&mut self, v: Rgba) -> &mut Self
The highlight outline color (default: transparent).
pub fn build(&mut self) -> Result<HighlightRectCommand, &'static str>
Trait Implementations§
Source§impl Clone for HighlightRectCommandBuilder
impl Clone for HighlightRectCommandBuilder
Source§fn clone(&self) -> HighlightRectCommandBuilder
fn clone(&self) -> HighlightRectCommandBuilder
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 HighlightRectCommandBuilder
impl Debug for HighlightRectCommandBuilder
Auto Trait Implementations§
impl Freeze for HighlightRectCommandBuilder
impl RefUnwindSafe for HighlightRectCommandBuilder
impl Send for HighlightRectCommandBuilder
impl Sync for HighlightRectCommandBuilder
impl Unpin for HighlightRectCommandBuilder
impl UnwindSafe for HighlightRectCommandBuilder
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