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