Struct flo_binding::binding_context::BindingDependencies[][src]

pub struct BindingDependencies { /* fields omitted */ }

Represents the dependencies of a binding context

Methods

impl BindingDependencies
[src]

Creates a new binding dependencies object

Adds a new dependency to this object

If the dependencies have not changed since they were registered, registers for changes and returns a Releasable. If the dependencies are already different, returns None.

Trait Implementations

impl Clone for BindingDependencies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Changeable for BindingDependencies
[src]

Supplies a function to be notified when this item is changed Read more

Auto Trait Implementations