Enum varlink_parser::VStructOrEnum[][src]

pub enum VStructOrEnum<'a> {
    VStruct(Box<VStruct<'a>>),
    VEnum(Box<VEnum<'a>>),
}

Variants

Trait Implementations

impl<'a> Display for VStructOrEnum<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for VStructOrEnum<'a>

impl<'a> Sync for VStructOrEnum<'a>