Enum libflo_std::Parameter [] [src]

pub enum Parameter {
    None,
    Any,
    String,
}

Variants

Trait Implementations

impl Copy for Parameter
[src]

impl<'a, 'b> From<&'a Input<'b>> for Parameter
[src]

impl<'a> From<&'a Output> for Parameter
[src]

impl Eq for Parameter
[src]

impl PartialEq<Parameter> for Parameter
[src]

impl Debug for Parameter
[src]

impl Clone for Parameter
[src]