[][src]Struct bat::InteractivePrinter

pub struct InteractivePrinter<'a> {
    pub line_changes: Option<HashMap<u32, LineChange>>,
    // some fields omitted
}

Fields

line_changes: Option<HashMap<u32, LineChange>>

Methods

impl<'a> InteractivePrinter<'a>[src]

pub fn new(
    config: &'a Config,
    assets: &'a HighlightingAssets,
    file: InputFile,
    reader: &mut InputFileReader
) -> Self
[src]

Trait Implementations

impl<'a> Printer for InteractivePrinter<'a>[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for InteractivePrinter<'a>

impl<'a> !Send for InteractivePrinter<'a>

impl<'a> !Sync for InteractivePrinter<'a>

impl<'a> Unpin for InteractivePrinter<'a>

impl<'a> !UnwindSafe for InteractivePrinter<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[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.