pub struct PropHandler<'a> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.