Struct ExSetCustomBgColor
pub struct ExSetCustomBgColor<'a> { /* private fields */ }
Expand description
Default-param extender for TreeItem::set_custom_bg_color_ex
.
Implementations§
§impl<'a> ExSetCustomBgColor<'a>
impl<'a> ExSetCustomBgColor<'a>
pub fn just_outline(self, value: bool) -> ExSetCustomBgColor<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExSetCustomBgColor<'a>
impl<'a> RefUnwindSafe for ExSetCustomBgColor<'a>
impl<'a> !Send for ExSetCustomBgColor<'a>
impl<'a> !Sync for ExSetCustomBgColor<'a>
impl<'a> Unpin for ExSetCustomBgColor<'a>
impl<'a> !UnwindSafe for ExSetCustomBgColor<'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