pub struct AnsiPair {
pub background: AnsiColor,
pub foreground: AnsiColor,
}Fields§
§background: AnsiColor§foreground: AnsiColorImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnsiPair
impl RefUnwindSafe for AnsiPair
impl Send for AnsiPair
impl Sync for AnsiPair
impl Unpin for AnsiPair
impl UnwindSafe for AnsiPair
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