Enum cbindgen::DirectiveValue [] [src]

pub enum DirectiveValue {
    List(Vec<String>),
    Atom(Option<String>),
    Bool(bool),
}

Variants

Trait Implementations

impl Debug for DirectiveValue
[src]

Formats the value using the given formatter.

impl Clone for DirectiveValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more