[][src]Struct gluon_vm::internal::ValuePrinter

pub struct ValuePrinter<'a> {
    pub typ: &'a ArcType,
    pub env: &'a dyn TypeEnv<Type = ArcType>,
    pub value: Variants<'a>,
    pub max_level: i32,
    pub width: usize,
    pub debug_level: &'a DebugLevel,
}

Fields

typ: &'a ArcTypeenv: &'a dyn TypeEnv<Type = ArcType>value: Variants<'a>max_level: i32width: usizedebug_level: &'a DebugLevel

Methods

impl<'t> ValuePrinter<'t>[src]

pub fn new(
    env: &'t dyn TypeEnv<Type = ArcType>,
    typ: &'t ArcType,
    value: Variants<'t>,
    debug_level: &'t DebugLevel
) -> ValuePrinter<'t>
[src]

pub fn max_level(&mut self, max_level: i32) -> &mut ValuePrinter<'t>[src]

pub fn width(&mut self, width: usize) -> &mut ValuePrinter<'t>[src]

Trait Implementations

impl<'a> Display for ValuePrinter<'a>[src]

Auto Trait Implementations

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

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

Blanket Implementations

impl<D, T> FromPtr for T[src]

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

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto 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> BorrowMut for T where
    T: ?Sized
[src]

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

impl<Choices> CoproductSubsetter for Choices[src]

type Remainder = Choices

impl<Source> Sculptor for Source[src]

type Remainder = Source

impl<T, U, I> LiftInto for T where
    U: LiftFrom<T, I>, 
[src]

impl<T> Any for T where
    T: Any
[src]