Enum polly::ArgValue [] [src]

pub enum ArgValue {
    Json(Option<Value>),
    Comp(Option<Component>),
}

Enum representing the values of the arguments passed into a Function, or Component.

Variants

JSON passed into the Function, or Component.

Component passed into the Function, or Component.

Trait Implementations

impl Debug for ArgValue
[src]

Formats the value using the given formatter.

impl Clone for ArgValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ArgValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.