pub struct RenderOptions {
pub fg_color: Box<dyn Color>,
pub bg_color: Box<dyn Color>,
}
Fields§
§fg_color: Box<dyn Color>
§bg_color: Box<dyn Color>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenderOptions
impl !RefUnwindSafe for RenderOptions
impl !Send for RenderOptions
impl !Sync for RenderOptions
impl Unpin for RenderOptions
impl !UnwindSafe for RenderOptions
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