Enum exonum::helpers::fabric::ArgumentType [] [src]

pub enum ArgumentType {
    Positional,
    Named(NamedArgument),
}

Possible types of the arguments.

Variants

Unnamed positional argument.

Named argument.

Trait Implementations

impl Clone for ArgumentType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ArgumentType
[src]

impl Debug for ArgumentType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ArgumentType

impl Sync for ArgumentType