Enum libflo_func::serialization::ParameterSerde [] [src]

pub enum ParameterSerde {
    none,
    any,
    string,
}

Variants

Trait Implementations

impl PartialEq for ParameterSerde
[src]

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

This method tests for !=.

impl Eq for ParameterSerde
[src]

impl Debug for ParameterSerde
[src]

Formats the value using the given formatter.

impl Clone for ParameterSerde
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more