Struct flo_binding::StreamBinding[][src]

pub struct StreamBinding<Value: Send> { /* fields omitted */ }

Binding that represents the result of

Trait Implementations

impl<Value: 'static + Clone + Send + PartialEq> From<StreamBinding<Value>> for BindRef<Value>
[src]

Performs the conversion.

impl<Value: Clone + Send> Clone for StreamBinding<Value>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Value: 'static + Send + Clone> Bound<Value> for StreamBinding<Value>
[src]

Retrieves the value stored by this binding

impl<Value: 'static + Send> Changeable for StreamBinding<Value>
[src]

Supplies a function to be notified when this item is changed

Auto Trait Implementations

impl<Value> Send for StreamBinding<Value>

impl<Value> Sync for StreamBinding<Value>