Struct dbus_serialize::types::Struct [-] [+] [src]

pub struct Struct {
    pub objects: Vec<Value>,
    pub signature: Signature,
}

A Struct is an ordered sequence of Value objects, which may be of different varieties

Fields

objects
signature

Trait Implementations

Derived Implementations

impl Clone for Struct

fn clone(&self) -> Struct

fn clone_from(&mut self, source: &Self)

impl Debug for Struct

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Struct

fn eq(&self, __arg_0: &Struct) -> bool

fn ne(&self, __arg_0: &Struct) -> bool