Struct syndicate::actor::Field [−][src]
Expand description
Handle to a shared, mutable field (i.e. a dataflow variable) within a RunningActor.
Use Activation::field to create fields, and use Activation::get,
::get_mut, and ::set to read and write field
values. Use Activation::dataflow to create a reactive block within a facet that will be
(re-)executed whenever some dependent field changes value.
Fields
name: Stringfield_id: FieldIdTrait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Field<T>
impl<T> !UnwindSafe for Field<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
