Enum reform::structure::PrintObject[][src]

pub enum PrintObject<ID: Id = VarName> {
    Literal(String),
    Variable(Element<ID>),
    Special(ID),
}

Variants

Methods

impl PrintObject<VarName>
[src]

Trait Implementations

impl<ID: Debug + Id> Debug for PrintObject<ID>
[src]

Formats the value using the given formatter. Read more

impl<ID: Clone + Id> Clone for PrintObject<ID>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<ID> Send for PrintObject<ID> where
    ID: Send

impl<ID> Sync for PrintObject<ID> where
    ID: Sync