pub struct BaseStyleBuilder { /* private fields */ }
Implementations§
Source§impl BaseStyleBuilder
impl BaseStyleBuilder
pub fn color(self, color: Color) -> Self
pub fn background(self, color: Color) -> Self
pub fn done(self) -> OutputBuilder
Auto Trait Implementations§
impl Freeze for BaseStyleBuilder
impl RefUnwindSafe for BaseStyleBuilder
impl Send for BaseStyleBuilder
impl Sync for BaseStyleBuilder
impl Unpin for BaseStyleBuilder
impl UnwindSafe for BaseStyleBuilder
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