[][src]Struct nom_tracable::TracableInfo

pub struct TracableInfo {}

Struct to have trace configuration.

Methods

impl TracableInfo[src]

pub fn new() -> Self[src]

pub fn forward(self, _x: bool) -> Self[src]

pub fn backward(self, _x: bool) -> Self[src]

pub fn custom(self, _x: bool) -> Self[src]

pub fn color(self, _x: bool) -> Self[src]

pub fn count_width(self, _x: usize) -> Self[src]

pub fn parser_width(self, _x: usize) -> Self[src]

pub fn fold(self, _x: &str) -> Self[src]

Trait Implementations

impl Clone for TracableInfo[src]

impl Copy for TracableInfo[src]

impl Debug for TracableInfo[src]

impl Default for TracableInfo[src]

impl HasTracableInfo for TracableInfo[src]

impl PartialEq<TracableInfo> for TracableInfo[src]

impl StructuralPartialEq for TracableInfo[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.