pub struct BindingBuilder<'a> { /* private fields */ }
Expand description

Builder for object property bindings.

Implementations

Transform changed property values from the target object to the source object with the given closure.

Transform changed property values from the source object to the target object with the given closure.

Bind the properties with the given flags.

Establish the property binding.

This fails if the provided properties do not exist.

Similar to try_build but fails instead of panicking.

Trait Implementations

Formats the value using the given formatter. Read more

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.