[−][src]Struct nom_tracable::TracableInfo
Struct to have trace configuration.
Methods
impl TracableInfo[src]
pub fn new() -> Self[src]
pub fn forward(self, x: bool) -> Self[src]
Set whether forward trace is displayed.
pub fn backward(self, x: bool) -> Self[src]
Set whether backward trace is displayed.
pub fn custom(self, x: bool) -> Self[src]
Set whether custom trace is displayed.
pub fn color(self, x: bool) -> Self[src]
Set whether color is enabled.
pub fn count_width(self, x: usize) -> Self[src]
Set the width of forward/backward count.
pub fn parser_width(self, x: usize) -> Self[src]
Set the width of parser name.
pub fn fold(self, x: &str) -> Self[src]
Set the name of folding parser.
Trait Implementations
impl HasTracableInfo for TracableInfo[src]
fn get_tracable_info(&self) -> TracableInfo[src]
fn set_tracable_info(self, info: TracableInfo) -> Self[src]
impl Clone for TracableInfo[src]
fn clone(&self) -> TracableInfo[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TracableInfo[src]
impl Default for TracableInfo[src]
impl PartialEq<TracableInfo> for TracableInfo[src]
fn eq(&self, other: &TracableInfo) -> bool[src]
fn ne(&self, other: &TracableInfo) -> bool[src]
impl Debug for TracableInfo[src]
Auto Trait Implementations
impl Send for TracableInfo
impl Sync for TracableInfo
impl Unpin for TracableInfo
impl UnwindSafe for TracableInfo
impl RefUnwindSafe for TracableInfo
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,