Struct dbus::arg::messageitem::PropHandler[][src]

pub struct PropHandler<'a> { /* fields omitted */ }
Expand description

Wrapper around Props that keeps a map of fetched properties.

Implementations

Create a new PropHandler from a Props.

Get a map of all the properties’ names and their values.

Get a mutable reference to the PropHandler’s fetched properties.

Get a reference to the PropHandler’s fetched properties.

Get a single property’s value.

Set a single property’s value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.