pub struct HighlightFrameParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> HighlightFrameParamsBuilder<'a>
impl<'a> HighlightFrameParamsBuilder<'a>
Sourcepub fn contentColor(self, contentColor: RGBA) -> Self
pub fn contentColor(self, contentColor: RGBA) -> Self
The content box highlight fill color (default: transparent).
Sourcepub fn contentOutlineColor(self, contentOutlineColor: RGBA) -> Self
pub fn contentOutlineColor(self, contentOutlineColor: RGBA) -> Self
The content box highlight outline color (default: transparent).
pub fn build(self) -> HighlightFrameParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for HighlightFrameParamsBuilder<'a>
impl<'a> RefUnwindSafe for HighlightFrameParamsBuilder<'a>
impl<'a> Send for HighlightFrameParamsBuilder<'a>
impl<'a> Sync for HighlightFrameParamsBuilder<'a>
impl<'a> Unpin for HighlightFrameParamsBuilder<'a>
impl<'a> UnsafeUnpin for HighlightFrameParamsBuilder<'a>
impl<'a> UnwindSafe for HighlightFrameParamsBuilder<'a>
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