pub struct BindingGroupBuilder<'a> { /* private fields */ }
Available on crate feature v2_72 only.
Expand description

Builder for binding group 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.

Set the binding flags to BIDIRECTIONAL.

Set the binding flags to SYNC_CREATE.

Set the binding flags to INVERT_BOOLEAN.

Establish the property binding.

This fails if the provided properties do not exist.

Similar to try_build but panics instead of failing.

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.