pub struct StyleView<'canvas> { /* private fields */ }
Expand description
Gives a view onto an AsciiCanvas that applies an additional style
to things that are written. You can get one of these by calling
the styled()
method on any ASCII view.
Trait Implementations§
Auto Trait Implementations§
impl<'canvas> Freeze for StyleView<'canvas>
impl<'canvas> !RefUnwindSafe for StyleView<'canvas>
impl<'canvas> !Send for StyleView<'canvas>
impl<'canvas> !Sync for StyleView<'canvas>
impl<'canvas> Unpin for StyleView<'canvas>
impl<'canvas> !UnwindSafe for StyleView<'canvas>
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