Enum codeviz_java::Variable [] [src]

pub enum Variable {
    Literal(String),
    Type(Type),
    String(String),
    Statement(Statement),
    Element(Element),
    Spacing,
}

Variants

Trait Implementations

impl From<Type> for Variable
[src]

[src]

Performs the conversion.

impl From<AnnotationSpec> for Variable
[src]

[src]

Performs the conversion.

impl From<ArgumentSpec> for Variable
[src]

[src]

Performs the conversion.

impl From<ClassType> for Variable
[src]

[src]

Performs the conversion.

impl From<FieldSpec> for Variable
[src]

[src]

Performs the conversion.

impl Imports for Variable
[src]

[src]

impl From<Modifiers> for Variable
[src]

[src]

Performs the conversion.

impl Debug for Variable
[src]

[src]

Formats the value using the given formatter.

impl Clone for Variable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VariableFormat for Variable
[src]

[src]

impl<'a, T> From<&'a T> for Variable where
    T: Into<Variable> + Clone
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for Variable
[src]

[src]

Performs the conversion.

impl From<String> for Variable
[src]

[src]

Performs the conversion.

impl From<Statement> for Variable
[src]

[src]

Performs the conversion.

impl From<Element> for Variable
[src]

[src]

Performs the conversion.