[][src]Struct termimad::FormattedLine

pub struct FormattedLine<'s, 'l> {
    pub skin: &'s MadSkin,
    pub line: Line<'l>,
}

Fields

skin: &'s MadSkinline: Line<'l>

Methods

impl<'s, 'l> FormattedLine<'s, 'l>[src]

pub fn new(skin: &'s MadSkin, text: &'l str) -> FormattedLine<'s, 'l>[src]

Trait Implementations

impl<'_, '_> Display for FormattedLine<'_, '_>[src]

Auto Trait Implementations

impl<'s, 'l> Send for FormattedLine<'s, 'l>

impl<'s, 'l> Sync for FormattedLine<'s, 'l>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]